From: ArthurHoaro Date: Thu, 30 May 2019 08:54:02 +0000 (+0200) Subject: Merge pull request #1309 from ArthurHoaro/feature/qrcode-link X-Git-Tag: v0.11.0~13 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=86aa2486541660a78ab3e347ba12e25aae232b7c;hp=c3a04e328f2c8d40890b0b26b118a193110634ce;p=github%2Fshaarli%2FShaarli.git Merge pull request #1309 from ArthurHoaro/feature/qrcode-link Remove QRCode link to an external service --- diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html index dc214ed1..a21f7932 100644 --- a/plugins/qrcode/qrcode.html +++ b/plugins/qrcode/qrcode.html @@ -1,5 +1,5 @@
- + QRCode
diff --git a/plugins/qrcode/qrcode.php b/plugins/qrcode/qrcode.php index 34eef8be..c1d237d5 100644 --- a/plugins/qrcode/qrcode.php +++ b/plugins/qrcode/qrcode.php @@ -22,7 +22,6 @@ function hook_qrcode_render_linklist($data) foreach ($data['links'] as &$value) { $qrcode = sprintf( $qrcode_html, - urlencode($value['url']), $value['url'], PluginManager::$PLUGINS_PATH );