diff options
| -rw-r--r-- | phpBB/styles/subsilver2/template/forumlist_body.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 75646cd894..63d8aba9bb 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -52,7 +52,7 @@  				<!-- ENDIF -->  				<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->  					<!-- EVENT forumlist_body_subforums_before --> -					<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> +					<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</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 -->{L_COMMA_SEPARATOR}<!-- ENDIF -->  					<!-- END subforum -->  | 
