Skip to content

Commit

Permalink
Item13363: corect call signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed Apr 13, 2015
1 parent 9ee7e59 commit 285ca88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ sub htmlEditor {
$tmptext =~ s#<br( /)?>#\r\n#gi;
$tmptext =~ s/%BR%/\r\n/gi;

return Foswiki::Plugins::editRowPlugin::html(
return Foswiki::Render::html(
'textarea',
{
class => 'erpJS_input',
Expand Down

0 comments on commit 285ca88

Please sign in to comment.