diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-02 16:47:22 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-02 16:47:22 +0000 |
commit | fa5ac0853b8eb2eb188c75001f3e8f05f043aae2 (patch) | |
tree | cafb19781b9b7890207efb1efa26a14177131a1f /phpBB/styles | |
parent | fbb8ae601ad3ca52faaa965b5b89c45c7f0ca409 (diff) | |
download | forums-fa5ac0853b8eb2eb188c75001f3e8f05f043aae2.tar forums-fa5ac0853b8eb2eb188c75001f3e8f05f043aae2.tar.gz forums-fa5ac0853b8eb2eb188c75001f3e8f05f043aae2.tar.bz2 forums-fa5ac0853b8eb2eb188c75001f3e8f05f043aae2.tar.xz forums-fa5ac0853b8eb2eb188c75001f3e8f05f043aae2.zip |
Use a span to preserve validity.
git-svn-id: file:///svn/phpbb/trunk@7824 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 7d267410aa..303a5e93b6 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -1,4 +1,4 @@ - +imae <!-- BEGIN forumrow --> <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> </ul> @@ -27,7 +27,7 @@ <li class="row"> <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;"> <dt> - <!-- IF forumrow.FORUM_IMAGE --><div class="forum-image">{forumrow.FORUM_IMAGE}</div><!-- ENDIF --> + <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF --> <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br /> {forumrow.FORUM_DESC} <!-- IF forumrow.MODERATORS --> |