diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
commit | 70f1b08c69c483122717979a7e91c6eed20cbed9 (patch) | |
tree | 5cbab66bfff3365a6d8bf8e750de757ae2c5a573 /phpBB/styles/prosilver/template/quickreply_editor.html | |
parent | fe0e9b2e4c0b83aa00a3f7bbecc82446a7f28bc0 (diff) | |
download | forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.gz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.bz2 forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.xz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.zip |
[ticket/14139] Add class of IDs to html tags
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/quickreply_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index 6a8846626e..c9ae52477e 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -9,7 +9,7 @@ <dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd> </dl> <!-- EVENT quickreply_editor_message_before --> - <div id="message-box"> + <div id="message-box" class="message-box"> <textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea> </div> <!-- EVENT quickreply_editor_message_after --> |