X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Flog.html;fp=httemplate%2Fsearch%2Flog.html;h=b607f505d14aaabc585e5379392c964615f59777;hp=a707928d7eb33cd699b7457ab7166b9a465c3699;hb=e1aa1019e11d7a73fcf90a87dd59c71ed90adce5;hpb=cad256dd690aa4607f3715f2140d77dff4a4bd68 diff --git a/httemplate/search/log.html b/httemplate/search/log.html index a707928d7..b607f505d 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -138,7 +138,7 @@ my $tt_sub = sub { return '' if @context == 1 and length($log->message) <= 60; my $html = '
'.(shift @context).'
'; my $pre = '↳'; - foreach (@context, $log->message) { + foreach (map encode_entities($_), @context, $log->message) { $html .= "
$pre$_
"; $pre = '   '.$pre; }