aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode/qrcode.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-12-21 22:31:45 +0100
committerVirtualTam <virtualtam@flibidi.net>2015-12-21 22:31:45 +0100
commit70a35e2a6dfeabcb657494a0f30eb630aeb57792 (patch)
treea0b3c198f1af5d28d4f8192a958bd1bf6fb7bb0b /plugins/qrcode/qrcode.html
parent79851b489087f8a3027ecd805255cd13ee6fcf63 (diff)
parent28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3 (diff)
downloadShaarli-70a35e2a6dfeabcb657494a0f30eb630aeb57792.tar.gz
Shaarli-70a35e2a6dfeabcb657494a0f30eb630aeb57792.tar.zst
Shaarli-70a35e2a6dfeabcb657494a0f30eb630aeb57792.zip
Merge pull request #413 from ArthurHoaro/qrcode-effect
Fixes QRCode style
Diffstat (limited to 'plugins/qrcode/qrcode.html')
-rw-r--r--plugins/qrcode/qrcode.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html
index 58ac5007..ffdaf3b8 100644
--- a/plugins/qrcode/qrcode.html
+++ b/plugins/qrcode/qrcode.html
@@ -1,3 +1,5 @@
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"> 1<div class="linkqrcode">
2 <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code"> 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</a> 3 <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
4 </a>
5</div>