diff options
Diffstat (limited to 'templates/display_comment.tpl')
| -rw-r--r-- | templates/display_comment.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index fe3438e..191565f 100644 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -17,7 +17,7 @@ {/if} </div> - <h3>{$comment.title}</h3> + <h3>{$comment.title|escape}</h3> <div class="date">{tr}by{/tr} {displayname hash=$comment}, {$comment.last_modified|bit_long_datetime}</div> <div class="content"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} |
