X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Flog.html;h=7714f46145ec6afdb2b09992e4fc4af5c40c6850;hb=152c54a5c8277fb09429d6ded83535edd0a914f2;hp=d1bfb6cc9c118ea4ed133a15061fec2f1eed9597;hpb=a69f8a2b55163b5f0eac908918e46a3eb3bd2290;p=freeside.git diff --git a/httemplate/search/log.html b/httemplate/search/log.html index d1bfb6cc9..7714f4614 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -137,7 +137,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; }