aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 07:46:09 +0200
committerGitHub <noreply@github.com>2016-10-09 07:46:09 +0200
commitd451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff (patch)
treedaa736c2258dba3205242180f90ec50a6d920bac /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent32d103f702968b494309adcba77bc6226043c6ce (diff)
parentc5e4293efdff9c32d9b37865ae127c8f99f7020e (diff)
downloadwallabag-d451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff.tar.gz
wallabag-d451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff.tar.zst
wallabag-d451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff.zip
Merge pull request #2405 from szafranek/cleanup-fix-invalid-html
Fix few invalid HTML tags
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index c7d6d70d..de0049d3 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -73,7 +73,7 @@
73 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a> 73 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a>
74 </li> 74 </li>
75 <li class="bold"> 75 <li class="bold">
76 <a class="waves-effect" class="icon icon-power" href="{{ path('fos_user_security_logout') }}">{{ 'menu.left.logout'|trans }}</a> 76 <a class="waves-effect icon icon-power" href="{{ path('fos_user_security_logout') }}">{{ 'menu.left.logout'|trans }}</a>
77 </li> 77 </li>
78 </ul> 78 </ul>
79 <div class="nav-wrapper nav-panels"> 79 <div class="nav-wrapper nav-panels">