diff options
-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"> |