aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-02-28 14:28:43 +0100
committerArthur <arthur@hoa.ro>2016-02-28 14:28:43 +0100
commitb0faecb959b1c4afc8b94ba43bdcc258976dbd1b (patch)
treef263566da98bd51f0487f7b151d40ba0ecf959df /plugins/qrcode
parentc6744a9e89b62ba94563c43ab33f964ec0b11a17 (diff)
parent1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3 (diff)
downloadShaarli-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')
-rw-r--r--plugins/qrcode/qrcode.html2
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&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s"> 2 <a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;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>