diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-12-07 10:50:28 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-12-07 11:03:30 +0100 |
commit | 6a6f6c32e5876a347a806cc43d25596b9257765b (patch) | |
tree | 548fe478355539d713e90a7d5e1a640d3bef1d00 /plugins | |
parent | 4c3df9aa1250df86a4897169a8d4be0d33b2c9f6 (diff) | |
download | Shaarli-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')
-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> | ||