diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-20 23:15:25 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-20 23:15:25 +0200 |
commit | eda35d15f8b140f878c5e9fb91b0b4e47219a181 (patch) | |
tree | e17c9555b9d3823f09e34c877a9f82d5e5782202 /phpBB | |
parent | 953d31dc75d3d58ba7e5b816968d00b19f20ce6d (diff) | |
parent | 98c8a2969827427251f53ba845cf7b78847a9eff (diff) | |
download | forums-eda35d15f8b140f878c5e9fb91b0b4e47219a181.tar forums-eda35d15f8b140f878c5e9fb91b0b4e47219a181.tar.gz forums-eda35d15f8b140f878c5e9fb91b0b4e47219a181.tar.bz2 forums-eda35d15f8b140f878c5e9fb91b0b4e47219a181.tar.xz forums-eda35d15f8b140f878c5e9fb91b0b4e47219a181.zip |
Merge remote-tracking branch 'prototech/ticket/11939' into develop
* prototech/ticket/11939:
[ticket/11939] Removed unneeded data attribute.
Diffstat (limited to 'phpBB')
-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 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" /> + <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" id="qr_full_editor" /> <input type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" class="button1" /> </fieldset> </div> |