Fix the Codearea, which wasn't pushing out JS links anymore.

This commit is contained in:
Colin Kuskie 2010-09-23 07:59:58 -07:00
parent fa5764dbc1
commit adcc2690f3
2 changed files with 2 additions and 0 deletions

View file

@ -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;