diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-12-09 01:00:52 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-12-09 01:00:52 +0100 |
commit | 79851b489087f8a3027ecd805255cd13ee6fcf63 (patch) | |
tree | 288396e3fc0743ecc8b7ab01f2cf7acb97534f88 /plugins/qrcode/qrcode.html | |
parent | 2f3e74090ae1b79845f431800c0fb08eeae24c30 (diff) | |
parent | 6a6f6c32e5876a347a806cc43d25596b9257765b (diff) | |
download | Shaarli-79851b489087f8a3027ecd805255cd13ee6fcf63.tar.gz Shaarli-79851b489087f8a3027ecd805255cd13ee6fcf63.tar.zst Shaarli-79851b489087f8a3027ecd805255cd13ee6fcf63.zip |
Merge pull request #406 from ArthurHoaro/qrcode-style
Fixes #403 : Remove QRCode in core CSS and fix plugin layout
Diffstat (limited to 'plugins/qrcode/qrcode.html')
-rw-r--r-- | plugins/qrcode/qrcode.html | 8 |
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&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"> | 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> | ||