Fix the Codearea, which wasn't pushing out JS links anymore.
This commit is contained in:
parent
fa5764dbc1
commit
adcc2690f3
2 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ Renders a code area field.
|
|||
sub toHtml {
|
||||
my $self = shift;
|
||||
|
||||
$self->headTags;
|
||||
my $value = encode_entities( $self->fixMacros($self->fixTags($self->fixSpecialCharacters(scalar $self->getOriginalValue))) );
|
||||
my $width = $self->get('width') || 400;
|
||||
my $height = $self->get('height') || 150;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue