diff options
| author | David King <imkingdavid@gmail.com> | 2012-12-17 11:59:23 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:59:23 -0500 |
| commit | 4ad2747ccf9f7ebbafcb406c19a28592c2efc26c (patch) | |
| tree | e7bcd0b37c2bfa28aad597e9c517935349dae661 /phpBB/styles/subsilver2/template/posting_body.html | |
| parent | d25dffbb2def5da74bf41cf8c67fe69eae3bd9df (diff) | |
| download | forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar.gz forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar.bz2 forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar.xz forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.zip | |
[feature/events] Fix more subsilver2 events
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 0352baca87..39f8f876ba 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -257,7 +257,7 @@ </td> <td class="row2"> <table cellpadding="1"> - <!-- EVENT posting_editor_options --> + <!-- EVENT posting_editor_options_prepend --> <!-- IF S_BBCODE_ALLOWED --> <tr> <td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td> |
