cleaning up the rest of the extra head tags

This commit is contained in:
Doug Bell 2008-12-03 04:07:48 +00:00
parent 99f035173d
commit 0bbae2fe41
2 changed files with 2 additions and 6 deletions

View file

@ -370,8 +370,7 @@ sub processPropertiesFromFormPost {
=head2 processStyle ( output )
Returns output parsed under the current style. Sets the Asset's extra head tags
into the raw head tags, too.
Returns output parsed under the current style.
=head3 output
@ -382,7 +381,6 @@ An HTML blob to be parsed into the current style.
sub processStyle {
my $self = shift;
my $output = shift;
$self->session->style->setRawHeadTags($self->getExtraHeadTags);
return $self->session->style->process($output,$self->get("styleTemplateId"));
}