diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:12:23 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:13:32 +0100 |
commit | 989aa439dd813ecd1bad8717754fb60156333836 (patch) | |
tree | 11ad758d1c72824f6aac077ecac58da162717657 /plugins/qrcode | |
parent | 849d1650c1af853162b749af896c20bb25d4a4e8 (diff) | |
download | Shaarli-989aa439dd813ecd1bad8717754fb60156333836.tar.gz Shaarli-989aa439dd813ecd1bad8717754fb60156333836.tar.zst Shaarli-989aa439dd813ecd1bad8717754fb60156333836.zip |
Plugins W3C compliance
Add an alt attribute to images
Diffstat (limited to 'plugins/qrcode')
-rw-r--r-- | plugins/qrcode/qrcode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html index cebc5644..dc214ed1 100644 --- a/plugins/qrcode/qrcode.html +++ b/plugins/qrcode/qrcode.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <div class="linkqrcode"> | 1 | <div class="linkqrcode"> |
2 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> | 2 | <a href="http://qrfree.kaywa.com/?l=1&s=8&d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> |
3 | <img src="%s/qrcode/qrcode.png" class="linklist-plugin-icon" title="QR-Code"> | 3 | <img src="%s/qrcode/qrcode.png" class="linklist-plugin-icon" title="QR-Code" alt="QRCode"> |
4 | </a> | 4 | </a> |
5 | </div> | 5 | </div> |