aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2014-02-23 21:04:35 +0800
committerrxu <rxu@mail.ru>2014-02-23 21:04:35 +0800
commitaa8f43b356aaed2dc4366fc3fbcbf5411f7b9131 (patch)
treeb87fc98381adf04d863b25b9fdd84abff848ebd3 /phpBB/styles/prosilver/template/forumlist_body.html
parent4b7932e8b321771c1a5e108c229512f64032624b (diff)
downloadforums-aa8f43b356aaed2dc4366fc3fbcbf5411f7b9131.tar
forums-aa8f43b356aaed2dc4366fc3fbcbf5411f7b9131.tar.gz
forums-aa8f43b356aaed2dc4366fc3fbcbf5411f7b9131.tar.bz2
forums-aa8f43b356aaed2dc4366fc3fbcbf5411f7b9131.tar.xz
forums-aa8f43b356aaed2dc4366fc3fbcbf5411f7b9131.zip
[ticket/12222] Replace hardoded comma with translatable separator
Replace hardoded comma with translatable separator in forumlist_body.html. PHPBB3-12222
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index f9019b4fe3..d661eff63a 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -39,7 +39,7 @@
<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
<br /><strong>{forumrow.L_SUBFORUM_STR}</strong>
<!-- BEGIN subforum -->
- <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->,<!-- ENDIF -->
+ <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
<!-- END subforum -->
<!-- ENDIF -->