- Fixed a syntax error in Post.pm
- fix [ 1382675 ] File Path Wrong - Uploads are difficult - fix [ 1380368 ] Snippets should not contain debugging info - fix [ 1377668 ] Unescaped double quote in Syndacate title cause problems
This commit is contained in:
parent
a1e85d8b12
commit
1bcfa3bddc
6 changed files with 24 additions and 17 deletions
|
|
@ -158,6 +158,9 @@ if (WebGUI::Grouping::isInGroup(2)) {
|
|||
my $macroHeadTags = generateAdditionalHeadTags();
|
||||
WebGUI::Macro::process(\$macroHeadTags);
|
||||
$output =~ s/\<\!-- macro head tags --\>/$macroHeadTags/;
|
||||
if (WebGUI::ErrorHandler::canShowDebug()) {
|
||||
$output .= WebGUI::ErrorHandler::showDebug();
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue