aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-12-07 10:50:28 +0100
committerArthurHoaro <arthur@hoa.ro>2015-12-07 11:03:30 +0100
commit6a6f6c32e5876a347a806cc43d25596b9257765b (patch)
tree548fe478355539d713e90a7d5e1a640d3bef1d00 /plugins/qrcode
parent4c3df9aa1250df86a4897169a8d4be0d33b2c9f6 (diff)
downloadShaarli-6a6f6c32e5876a347a806cc43d25596b9257765b.tar.gz
Shaarli-6a6f6c32e5876a347a806cc43d25596b9257765b.tar.zst
Shaarli-6a6f6c32e5876a347a806cc43d25596b9257765b.zip
Fixes #403 : Remove QRCode in core CSS and fix plugin layout
Diffstat (limited to 'plugins/qrcode')
-rw-r--r--plugins/qrcode/qrcode.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html
index ffdaf3b8..58ac5007 100644
--- a/plugins/qrcode/qrcode.html
+++ b/plugins/qrcode/qrcode.html
@@ -1,5 +1,3 @@
1<div class="linkqrcode"> 1<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"> 2 <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
3 <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> 3</a>
4 </a>
5</div>