1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

Merge branch '3.1.x' into 3.2.x

* 3.1.x:
  [ticket/14750] Remove html5 invalid attributes from attachment file input
This commit is contained in:
Tristan Darricau 2016-11-24 14:15:12 +01:00
commit 592ef2eff4
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -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>