diff options
-rw-r--r-- | phpBB/styles/prosilver/template/quickreply_editor.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index f3927e0227..a79cf4f9f8 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -23,11 +23,11 @@ <dl style="clear: left;"> <dt><label for="subject">{L_SUBJECT}:</label></dt> <dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd> - </dl> + </dl> </fieldset> <div id="message-box"> - <textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea> + <textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea> </div> <fieldset class="submit-buttons"> @@ -38,12 +38,12 @@ </div> <span class="corners-bottom"><span></span></span></div> </div> - <div class="panel" style="display: none" id="qr_showeditor_div" > + <div class="panel" style="display: none" id="qr_showeditor_div" > <div class="inner"><span class="corners-top"><span></span></span> <div class="content"> <fieldset class="submit-buttons"> - <input type="submit" name="show_qr" tabindex="1" class="button2" value="{L_SHOW_QR}" onclick="hide_qr(false);return false;"/> + <input type="submit" name="show_qr" tabindex="1" class="button2" value="{L_SHOW_QR}" onclick="hide_qr(false);return false;"/> </fieldset> </div> |