From aa8f43b356aaed2dc4366fc3fbcbf5411f7b9131 Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 23 Feb 2014 21:04:35 +0800 Subject: [ticket/12222] Replace hardoded comma with translatable separator Replace hardoded comma with translatable separator in forumlist_body.html. PHPBB3-12222 --- phpBB/styles/prosilver/template/forumlist_body.html | 2 +- phpBB/styles/subsilver2/template/forumlist_body.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') 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 @@
{forumrow.L_SUBFORUM_STR} - {forumrow.subforum.SUBFORUM_NAME}, + {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index a222607ae8..da992c448a 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -51,7 +51,7 @@

{forumrow.L_SUBFORUM_STR} - {forumrow.subforum.SUBFORUM_NAME}, + {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR}

-- cgit v1.2.1