aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 17:20:27 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 17:20:27 +0100
commit68e0efffb8785db84e4c26edeaea3a5bd6622d95 (patch)
tree0f3800153170187272ce47307edb7a65514e3399 /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parent3b81212674bb4b2cf51ce51637e0093c952cefde (diff)
downloadwallabag-68e0efffb8785db84e4c26edeaea3a5bd6622d95.tar.gz
wallabag-68e0efffb8785db84e4c26edeaea3a5bd6622d95.tar.zst
wallabag-68e0efffb8785db84e4c26edeaea3a5bd6622d95.zip
Fixed review
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
index 807c9bdc..f69d158f 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
@@ -79,7 +79,7 @@
79 </div> 79 </div>
80 <script> 80 <script>
81 const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}'); 81 const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
82 document.getElementById('androidQrcode').src=imgBase64; 82 document.getElementById('androidQrcode').src = imgBase64;
83 </script> 83 </script>
84 </div> 84 </div>
85 85