mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14750] Remove html5 invalid attributes from attachment file input
PHPBB3-14750
This commit is contained in:
parent
1dd0ceabf6
commit
2406fe2e5e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="fileupload">{L_FILENAME}{L_COLON}</label></dt>
|
<dt><label for="fileupload">{L_FILENAME}{L_COLON}</label></dt>
|
||||||
<dd>
|
<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;" />
|
<input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" />
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Add table
Reference in a new issue