]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed review
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 31 Oct 2016 16:20:27 +0000 (17:20 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 31 Oct 2016 16:20:27 +0000 (17:20 +0100)
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig

index dde9411f53d0cbd47b7ee18361cb12f21ef10368..ec3b23c83640eb2dce03620e0f01ce3d87d7fce2 100644 (file)
             </div>
 
             <div class="row">
-                    <h3>{{ 'config.form_settings.android_configuration'|trans }}</h3>
-                    <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" >Touch here to prefill your Android application</a>
-                    <img id="androidQrcode" />
-                    <script>
-                        const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
-                        document.getElementById('androidQrcode').src=imgBase64;
-                    </script>
+                <h3>{{ 'config.form_settings.android_configuration'|trans }}</h3>
+                <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" >Touch here to prefill your Android application</a>
+                <img id="androidQrcode" />
+                <script>
+                    const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
+                    document.getElementById('androidQrcode').src = imgBase64;
+                </script>
             </div>
         </fieldset>
 
index 807c9bdc29f5f1eb26c326a65eef7bd399b87937..f69d158f4e56636caf6b03c30ace2e4d9bded2bf 100644 (file)
@@ -79,7 +79,7 @@
                                 </div>
                                 <script>
                                     const imgBase64 = jrQrcode.getQrBase64('wallabag://{{ app.user.username }}@{{ wallabag_url }}');
-                                    document.getElementById('androidQrcode').src=imgBase64;
+                                    document.getElementById('androidQrcode').src = imgBase64;
                                 </script>
                             </div>