aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-02-28 14:22:30 +0100
committerArthurHoaro <arthur@hoa.ro>2016-02-28 14:25:10 +0100
commit1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3 (patch)
tree9b85d39ba9dc6cae076db4d51e87a937ce0b5d09 /plugins/qrcode
parent10269bc8c9dfe87eb213c09a44308ce64ae0c12d (diff)
downloadShaarli-1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3.tar.gz
Shaarli-1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3.tar.zst
Shaarli-1b0e3c7fdf4eccb4e6c8abb07be32eab22e071f3.zip
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>