mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14139] Add class of IDs to html tags
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user