- fix: Styles were printing double head block headers.

This commit is contained in:
JT Smith 2007-01-07 17:38:24 +00:00
parent cdc6671929
commit 600118b40a
2 changed files with 1 additions and 1 deletions

View file

@ -17,6 +17,7 @@
- fix: WebGUI::Mail::Get now handles multipart/alternative messages
appropriately. This fixes the problem with CS posts sent via
e-mail showing two versions of the same post.
- fix: Styles were printing double head block headers.
7.3.3
- fix: Wiki Purge throws fatal

View file

@ -195,7 +195,6 @@ if ($self->session->user->isInGroup(2) || $self->session->setting->get("preventP
my $style = WebGUI::Asset::Template->new($self->session,$templateId);
my $output;
if (defined $style) {
$var{'head.tags'} .= $style->get("headBlock");
my $meta = {};
if ($self->session->setting->get("metaDataEnabled")) {
$meta = $style->getMetaDataFields();