aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_attach_body.html
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-11-24 14:15:12 +0100
committerTristan Darricau <github@nicofuma.fr>2016-11-24 14:15:12 +0100
commit592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40 (patch)
tree3752cb94f7edb6c58f8a6f3460c2fae9c1b2eae9 /phpBB/styles/prosilver/template/posting_attach_body.html
parent453d9113f1f955dc5e948f62dc73dcef81283732 (diff)
parent16620ea3d2c51f59bbc08f0d004f48fe675ff239 (diff)
downloadforums-592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40.tar
forums-592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40.tar.gz
forums-592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40.tar.bz2
forums-592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40.tar.xz
forums-592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40.zip
Merge branch '3.1.x' into 3.2.x
* 3.1.x: [ticket/14750] Remove html5 invalid attributes from attachment file input
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_attach_body.html')
-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 da527e9a75..618ac95656 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>