diff options
| author | Crizzo <mail@crizzo.de> | 2014-03-09 22:14:40 +0100 |
|---|---|---|
| committer | Crizzo <mail@crizzo.de> | 2014-03-09 22:14:40 +0100 |
| commit | 47ad92ae31918bcabee77d6e8b38ba0a391f523b (patch) | |
| tree | b9f98bf21831be4f315b3abb586c14c7fdca2f25 /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | 0fd172aaa457e46938965d1a547a5b33bdfd29d8 (diff) | |
| download | forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar.gz forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar.bz2 forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar.xz forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.zip | |
[ticket/8785] Fixed problem with add empty.png and travis will now pass
PHPBB3-8785
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index d0c08db231..e311b85cbe 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -1,4 +1,6 @@ <fieldset class="fields1"> +<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> + <!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> <dl> <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> |
