aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/quickreply_editor.html
diff options
context:
space:
mode:
authorcallumacrae <callum@lynxphp.com>2013-07-12 22:24:56 -0400
committerCesar G <prototech91@gmail.com>2013-10-17 20:39:54 -0700
commit98c8a2969827427251f53ba845cf7b78847a9eff (patch)
tree3eb3b08076ac3eeba7c92f300caed8e937473b68 /phpBB/styles/prosilver/template/quickreply_editor.html
parent852b707b48cef513318d52db1d2a5f40621636d6 (diff)
downloadforums-98c8a2969827427251f53ba845cf7b78847a9eff.tar
forums-98c8a2969827427251f53ba845cf7b78847a9eff.tar.gz
forums-98c8a2969827427251f53ba845cf7b78847a9eff.tar.bz2
forums-98c8a2969827427251f53ba845cf7b78847a9eff.tar.xz
forums-98c8a2969827427251f53ba845cf7b78847a9eff.zip
[ticket/11939] Removed unneeded data attribute.
PHPBB3-11939
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html2
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 9164cb1919..83d253384e 100644
--- a/phpBB/styles/prosilver/template/quickreply_editor.html
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html
@@ -14,7 +14,7 @@
<fieldset class="submit-buttons">
{S_FORM_TOKEN}
{QR_HIDDEN_FIELDS}
- <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" data-ajax="false" id="qr_full_editor" />&nbsp;
+ <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" id="qr_full_editor" />&nbsp;
<input type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
</fieldset>
</div>