1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01:00

[ticket/14750] Remove html5 invalid attributes from attachment file input

PHPBB3-14750
This commit is contained in:
Marc Alexander 2016-10-15 09:00:36 +02:00
parent 1dd0ceabf6
commit 2406fe2e5e
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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>