diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-04 10:19:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-04 10:19:04 +0000 |
commit | f2858bc1ca30303e53d68621e99119fd274645fb (patch) | |
tree | 010023ee485a40799b33acd3c65c33452f6ef74c | |
parent | 3cfde658f98debff71b29e2dbc2dd1da0c8851d2 (diff) | |
download | forums-f2858bc1ca30303e53d68621e99119fd274645fb.tar forums-f2858bc1ca30303e53d68621e99119fd274645fb.tar.gz forums-f2858bc1ca30303e53d68621e99119fd274645fb.tar.bz2 forums-f2858bc1ca30303e53d68621e99119fd274645fb.tar.xz forums-f2858bc1ca30303e53d68621e99119fd274645fb.zip |
XHTML compatible viewforum_body.html again (thanks Raimon for pointing this out)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10096 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index a07f1f589e..70fd5c8496 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -3,11 +3,11 @@ <h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2> <!-- IF FORUM_DESC or MODERATORS or U_MCP --> -<p> +<div> <!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body --> <!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF --> <!-- IF MODERATORS --><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}<!-- ENDIF --> -</p> +</div> <!-- ENDIF --> <!-- IF S_FORUM_RULES --> |