diff options
author | Arthur <arthur@hoa.ro> | 2016-02-28 14:28:43 +0100 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2016-02-28 14:28:43 +0100 |
commit | b0faecb959b1c4afc8b94ba43bdcc258976dbd1b (patch) | |
tree | f263566da98bd51f0487f7b151d40ba0ecf959df /plugins/qrcode/qrcode.html | |
parent | c6744a9e89b62ba94563c43ab33f964ec0b11a17 (diff) | |
parent | 1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3 (diff) | |
download | Shaarli-b0faecb959b1c4afc8b94ba43bdcc258976dbd1b.tar.gz Shaarli-b0faecb959b1c4afc8b94ba43bdcc258976dbd1b.tar.zst Shaarli-b0faecb959b1c4afc8b94ba43bdcc258976dbd1b.zip |
Merge pull request #500 from ArthurHoaro/plugin-icon-style
Fixes #411: remove hardcoded plugin icon size
Diffstat (limited to 'plugins/qrcode/qrcode.html')
-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 ffdaf3b8..cebc5644 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" width="13" height="13" title="QR-Code"> | 3 | <img src="%s/qrcode/qrcode.png" class="linklist-plugin-icon" title="QR-Code"> |
4 | </a> | 4 | </a> |
5 | </div> | 5 | </div> |