aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorKrzysztof Szafranek <ebraun@o2.pl>2016-10-09 03:37:21 +0200
committerKrzysztof Szafranek <ebraun@o2.pl>2016-10-09 03:37:21 +0200
commitc5e4293efdff9c32d9b37865ae127c8f99f7020e (patch)
treedaa736c2258dba3205242180f90ec50a6d920bac /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent32d103f702968b494309adcba77bc6226043c6ce (diff)
downloadwallabag-c5e4293efdff9c32d9b37865ae127c8f99f7020e.tar.gz
wallabag-c5e4293efdff9c32d9b37865ae127c8f99f7020e.tar.zst
wallabag-c5e4293efdff9c32d9b37865ae127c8f99f7020e.zip
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">