X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FShowCustomFields;h=3fe51c109af46eca4b7fd9c2f99a46865f7f58ac;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hp=fcd530e9561240757ba228f802dad60246a7230f;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/share/html/Elements/ShowCustomFields b/rt/share/html/Elements/ShowCustomFields index fcd530e95..3fe51c109 100644 --- a/rt/share/html/Elements/ShowCustomFields +++ b/rt/share/html/Elements/ShowCustomFields @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -114,12 +114,12 @@ my $print_value = sub { my $vid = $value->id; $m->out( '
' ); $m->out( loc("See also:") ); - $m->out( '' ); - $m->out( $value->IncludeContentForValue ); + $m->out( '' ); + $m->out( $m->interp->apply_escapes($value->IncludeContentForValue, 'h') ); $m->out( qq{
\n} ); - $m->out( qq{\n} ); + $m->out( qq{\n} ); } };