aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/single_comment.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-19 00:10:15 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-19 00:10:15 +0100
commit171989fef19e6991fc52b0b57357fdb7825d7d97 (patch)
tree5ffd60de959f58304f0417b4b33c780ccf7c6ad5 /ratatoeskr/templates/src/systemtemplates/single_comment.html
parentcc9d722cf738da41224c7c803a27c2532da73beb (diff)
downloadratatoeskr-cms-171989fef19e6991fc52b0b57357fdb7825d7d97.tar.gz
ratatoeskr-cms-171989fef19e6991fc52b0b57357fdb7825d7d97.tar.bz2
ratatoeskr-cms-171989fef19e6991fc52b0b57357fdb7825d7d97.zip
Fixed some bugs in systemtemplates.
* Fixed wrong translation keys. * Escaped raw comments.
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/single_comment.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/single_comment.html2
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>