diff --git a/lib/WebGUI/Style.pm b/lib/WebGUI/Style.pm index 845fdb4b3..d04025892 100644 --- a/lib/WebGUI/Style.pm +++ b/lib/WebGUI/Style.pm @@ -119,28 +119,28 @@ sub process { } elsif ($session{page}{useEmptyStyle}) { $templateId = 6; } - $var{'head.tags'} = ' - - - - - - '; - if (WebGUI::Grouping::isInGroup(2)) { - # This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression. - $var{'head.tags'} .= ' - - - - '; - } +$var{'head.tags'} = ' + + + + + +'; +if (WebGUI::Grouping::isInGroup(2)) { + # This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression. + $var{'head.tags'} .= ' + + + +'; +} $var{'head.tags'} .= generateAdditionalHeadTags(); $var{'head.tags'} .= "\n\n"; my $style = WebGUI::Asset::Template->new($templateId);