aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/quickreply_editor.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-10 15:16:09 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-10 15:16:09 +0000
commitdfdb78a027ac63ffc337c88453fca364c85f4190 (patch)
tree2c5c1ab209e9e7b7e44f5cffc8317954c031cbe4 /phpBB/styles/prosilver/template/quickreply_editor.html
parent019c43fa18026b44fe337ace8ee847b532661acf (diff)
downloadforums-dfdb78a027ac63ffc337c88453fca364c85f4190.tar
forums-dfdb78a027ac63ffc337c88453fca364c85f4190.tar.gz
forums-dfdb78a027ac63ffc337c88453fca364c85f4190.tar.bz2
forums-dfdb78a027ac63ffc337c88453fca364c85f4190.tar.xz
forums-dfdb78a027ac63ffc337c88453fca364c85f4190.zip
remove spaces
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9747 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html8
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>