diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2015-01-10 21:05:30 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2015-01-10 21:05:30 +0100 |
commit | 10e72a36a356f1af45e7165caafdaf78c47c894d (patch) | |
tree | 8a9e5b06262d29171dc90030565d75b941f37f59 | |
parent | d24fa2e777f66d6f5e6d7fe08beacb679c5f42ce (diff) | |
download | forums-10e72a36a356f1af45e7165caafdaf78c47c894d.tar forums-10e72a36a356f1af45e7165caafdaf78c47c894d.tar.gz forums-10e72a36a356f1af45e7165caafdaf78c47c894d.tar.bz2 forums-10e72a36a356f1af45e7165caafdaf78c47c894d.tar.xz forums-10e72a36a356f1af45e7165caafdaf78c47c894d.zip |
[ticket/13346] Remove unnecessary divs
PHPBB3-13346
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 67845859e0..e68e6a97e5 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -183,9 +183,6 @@ </dl> <!-- ENDIF --> </fieldset> - - </div> - </div> - <!-- ENDIF --> + <!-- ENDIF --> <!-- ENDIF --> |