From cc9d722cf738da41224c7c803a27c2532da73beb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 17 Nov 2011 22:17:48 +0100 Subject: ste:get_translation now escapes HTML. So we do not longer need to write: We can now omit the ste:escape tags. Setting the parameter raw to something non-empty will return the raw translation. --- .../src/systemtemplates/comments_list.html | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'ratatoeskr/templates/src/systemtemplates/comments_list.html') diff --git a/ratatoeskr/templates/src/systemtemplates/comments_list.html b/ratatoeskr/templates/src/systemtemplates/comments_list.html index 4d05db2..d19fca5 100644 --- a/ratatoeskr/templates/src/systemtemplates/comments_list.html +++ b/ratatoeskr/templates/src/systemtemplates/comments_list.html @@ -13,8 +13,8 @@
- : - + : +
@@ -26,24 +26,24 @@   - + <ste:get_translation for='sort_asc' /> <ste:get_translation for='sort_desc' /> - - + + - + <ste:get_translation for='sort_asc' /> <ste:get_translation for='sort_desc' /> - + - + <ste:get_translation for='sort_asc' /> <ste:get_translation for='sort_desc' /> - + @@ -55,7 +55,7 @@ ?{$comment[read_by_admin]||} ?{$comment[visible]||} - $comment[excerpt]... + $comment[excerpt]... $comment[language] $comment[author] %Y-%m-%d %H:%M:%S @@ -64,7 +64,7 @@ - + @@ -72,11 +72,11 @@
-- cgit v1.2.3-54-g00ecf