X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=plugins%2Fqrcode%2Fqrcode.php;h=c1d237d5d664532a6912e5ee5ba34c80ce59ddea;hb=424ae4b001815f778e585b4e197220789d515488;hp=34eef8be3fe88ca23c0f00cdeaa9c444795075be;hpb=905f8675a728841b03b300d2c7dc909a1c4f7f03;p=github%2Fshaarli%2FShaarli.git 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 );