aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-11-24 14:12:13 +0100
committerTristan Darricau <github@nicofuma.fr>2016-11-24 14:12:13 +0100
commit16620ea3d2c51f59bbc08f0d004f48fe675ff239 (patch)
tree17a4d7523b634945308ef8213cba85125e7fb1dc /phpBB/styles/prosilver
parentdbd9c1f242ae7c7660feddf2677d41aa82bd21b4 (diff)
parent2406fe2e5efbd8af5c8a5ed7124a02f490a75fc9 (diff)
downloadforums-16620ea3d2c51f59bbc08f0d004f48fe675ff239.tar
forums-16620ea3d2c51f59bbc08f0d004f48fe675ff239.tar.gz
forums-16620ea3d2c51f59bbc08f0d004f48fe675ff239.tar.bz2
forums-16620ea3d2c51f59bbc08f0d004f48fe675ff239.tar.xz
forums-16620ea3d2c51f59bbc08f0d004f48fe675ff239.zip
Merge pull request #4483 from marc1706/ticket/14750
[ticket/14750] Remove html5 invalid attributes from attachment file input * marc1706/ticket/14750: [ticket/14750] Remove html5 invalid attributes from attachment file input
Diffstat (limited to 'phpBB/styles/prosilver')
-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>