X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fl;h=9f1b34365484b7d6cd4ed88ca18af90d1ed570a1;hp=6396bc640fc1ba49b8dda40b281b0fd0bb32df54;hb=c24d6e2242ae0e026684b8f95decf156aba6e75e;hpb=6686c29104e555ea23446fe1db330664fa110bc0 diff --git a/rt/share/html/l b/rt/share/html/l index 6396bc640..9f1b34365 100755 --- a/rt/share/html/l +++ b/rt/share/html/l @@ -47,6 +47,6 @@ %# END BPS TAGGED BLOCK }}} <%init> my $hand = ($session{'CurrentUser'} ||= RT::CurrentUser->new)->LanguageHandle; - $m->print($hand->maketext($m->content,@_)); + $m->print($hand->maketext($m->content,map { $m->interp->apply_escapes($_, 'h') } @_)); return(1);