dum dum dum dum dum
This commit is contained in:
parent
0bbae2fe41
commit
438058dc7d
2 changed files with 6 additions and 2 deletions
|
|
@ -370,7 +370,8 @@ sub processPropertiesFromFormPost {
|
|||
|
||||
=head2 processStyle ( output )
|
||||
|
||||
Returns output parsed under the current style.
|
||||
Returns output parsed under the current style. Sets the Asset's extra head tags
|
||||
into the raw head tags, too.
|
||||
|
||||
=head3 output
|
||||
|
||||
|
|
@ -381,6 +382,7 @@ 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"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue