aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-10-15 09:00:36 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-10-15 09:00:36 +0200
commit2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9 (patch)
treef7925dd5a249fb48ca04d184153ccf49b7c99315 /phpBB/styles
parent1dd0ceabf6e3cdc49ea6a2abe3ad8fcece4cca31 (diff)
downloadforums-2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9.tar
forums-2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9.tar.gz
forums-2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9.tar.bz2
forums-2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9.tar.xz
forums-2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9.zip
[ticket/14750] Remove html5 invalid attributes from attachment file input
PHPBB3-14750
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/posting_attach_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html
index 81b2c2bf41..d7922297a7 100644
--- a/phpBB/styles/prosilver/template/posting_attach_body.html
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html
@@ -7,7 +7,7 @@
<dl>
<dt><label for="fileupload">{L_FILENAME}{L_COLON}</label></dt>
<dd>
- <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
+ <input type="file" name="fileupload" id="fileupload" class="inputbox autowidth" />
<input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" />
</dd>
</dl>