diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/single_comment.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/single_comment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/single_comment.html b/ratatoeskr/templates/src/systemtemplates/single_comment.html index 81b209a..1e8e775 100644 --- a/ratatoeskr/templates/src/systemtemplates/single_comment.html +++ b/ratatoeskr/templates/src/systemtemplates/single_comment.html @@ -55,7 +55,7 @@ $comment_text <hr /> <h2><ste:get_translation for="comment_text_raw" /></h2> - <code><pre>$comment_raw</pre></code> + <code><pre><ste:escape>$comment_raw</ste:escape></pre></code> </div> </div> <div class="triplecolumns_stop"></div> |