mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 00:07:17 +00:00
Add HTML lang and labelled-by field to upload
This commit is contained in:
parent
b74b692391
commit
ea5c95ac94
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
id="upload-input"
|
||||
ref="uploadInput"
|
||||
type="file"
|
||||
aria-labelledby="upload"
|
||||
multiple
|
||||
@change="onUploadInputChange"
|
||||
/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
|
Loading…
Reference in a new issue