diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-11-24 20:41:01 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-11-24 20:41:01 +0100 |
commit | d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce (patch) | |
tree | a45342f59c2d4c42110930725f37da1b0a09ad44 /phpBB/styles/prosilver/template/posting_editor.html | |
parent | fd993cbaf26cea66fc72c2a744189d7c1fef843c (diff) | |
download | forums-d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce.tar forums-d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce.tar.gz forums-d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce.tar.bz2 forums-d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce.tar.xz forums-d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce.zip |
[ticket/13346] Fix indentation, spacing and missing divs
PHPBB3-13346
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 333e61008e..67845859e0 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -1,5 +1,5 @@ <fieldset class="fields1"> -<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> + <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> <!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> <dl> @@ -42,7 +42,7 @@ <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> <!-- END smiley --> <!-- ENDIF --> - <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED--> + <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED --> <br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 750, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a> <!-- ENDIF --> @@ -183,6 +183,9 @@ </dl> <!-- ENDIF --> </fieldset> - <!-- ENDIF --> + + </div> + </div> + <!-- ENDIF --> <!-- ENDIF --> |