Skip to content

Commit

Permalink
Fix the Codearea, which wasn't pushing out JS links anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Sep 23, 2010
1 parent fa5764d commit adcc269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
@@ -1,4 +1,5 @@
7.10.2
- fixed #11884: Editing Templates impossible / Code editor not loaded

7.10.1
- fixed #11851: Story Topic: top story variables should be available all the time
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Form/Codearea.pm
Expand Up @@ -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;
Expand Down

0 comments on commit adcc269

Please sign in to comment.