diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-07-15 09:43:20 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-07-15 09:43:20 +0000 |
commit | 75d75627fe6e37e3e5127c99535ec1b058222f58 (patch) | |
tree | b77c47b9808ad34470de04d5f68c486ef2863eaa | |
parent | 33033ad12555377a9b50cfbeb72b683ddd56b893 (diff) | |
download | forums-75d75627fe6e37e3e5127c99535ec1b058222f58.tar forums-75d75627fe6e37e3e5127c99535ec1b058222f58.tar.gz forums-75d75627fe6e37e3e5127c99535ec1b058222f58.tar.bz2 forums-75d75627fe6e37e3e5127c99535ec1b058222f58.tar.xz forums-75d75627fe6e37e3e5127c99535ec1b058222f58.zip |
fix r9615
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9760 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index adde3411e6..dea3277ba2 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -124,8 +124,8 @@ {IMG_STATUS}<br /> {FLASH_STATUS}<br /> {URL_STATUS}<br /> - {SMILIES_STATUS} <!-- ENDIF --> + {SMILIES_STATUS} <!-- ENDIF --> <!-- IF S_EDIT_DRAFT || S_DISPLAY_REVIEW --> <!-- IF S_DISPLAY_REVIEW --><hr /><!-- ENDIF --> diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 356972f707..f8996b1517 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -249,10 +249,10 @@ <tr> <td class="gensmall">{URL_STATUS}</td> </tr> + <!-- ENDIF --> <tr> <td class="gensmall">{SMILIES_STATUS}</td> </tr> - <!-- ENDIF --> </table> </td> <td class="row2"> |