diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-07-29 19:39:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 19:39:50 +0200 |
commit | 9f3bdf5895d81a6c1e02876fd696efe81235a350 (patch) | |
tree | 87116252c3c99d56755d23af0bf79934198b9751 /tpl/default/import.html | |
parent | ad8099a7af5dc91319e2382c85dec4d6c912f364 (diff) | |
parent | 06a8992737d69e7ecf715fba4053e8d4bf388412 (diff) | |
download | Shaarli-9f3bdf5895d81a6c1e02876fd696efe81235a350.tar.gz Shaarli-9f3bdf5895d81a6c1e02876fd696efe81235a350.tar.zst Shaarli-9f3bdf5895d81a6c1e02876fd696efe81235a350.zip |
Merge pull request #1327 from llune/master
a11y fixes
Diffstat (limited to 'tpl/default/import.html')
-rw-r--r-- | tpl/default/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/import.html b/tpl/default/import.html index 20f854d1..c41afcdb 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html | |||
@@ -69,7 +69,7 @@ | |||
69 | </div> | 69 | </div> |
70 | <div class="pure-u-lg-2-3 pure-u-1"> | 70 | <div class="pure-u-lg-2-3 pure-u-1"> |
71 | <div class="form-input"> | 71 | <div class="form-input"> |
72 | <input type="text" name="default_tags" id="default_tags" placeholder="{'Tag'|t}"> | 72 | <input type="text" name="default_tags" id="default_tags" aria-label="{'Tag'|t}" placeholder="{'Tag'|t}"> |
73 | </div> | 73 | </div> |
74 | </div> | 74 | </div> |
75 | </div> | 75 | </div> |