]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - plugins/qrcode/qrcode.html
Fixes #403 : Remove QRCode in core CSS and fix plugin layout
[github/shaarli/Shaarli.git] / plugins / qrcode / qrcode.html
index ffdaf3b82ed00e644add10d3eaf8eb9384e20d69..58ac50074a1aa4b34cd3bd0515feb589be625313 100644 (file)
@@ -1,5 +1,3 @@
-<div class="linkqrcode">
-    <a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
-        <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
-    </a>
-</div>
+<a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
+    <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
+</a>