aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/layout.html.twig
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-02-07 18:28:30 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-02-07 18:28:31 +0100
commit8125b415d8f3bd15b8b9169fb8fc528a51603edc (patch)
tree7c410593d4ffd50007965242b1e04da1eb1aa409 /src/Wallabag/CoreBundle/Resources/views/layout.html.twig
parentd01db0c71dcf183f1676b6b06206456138cb7660 (diff)
downloadwallabag-8125b415d8f3bd15b8b9169fb8fc528a51603edc.tar.gz
wallabag-8125b415d8f3bd15b8b9169fb8fc528a51603edc.tar.zst
wallabag-8125b415d8f3bd15b8b9169fb8fc528a51603edc.zip
Avoid raw javascript in template
It kills the Symfony Crawler :)
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/layout.html.twig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/layout.html.twig
index f062672c..e9ccc58c 100644
--- a/src/Wallabag/CoreBundle/Resources/views/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/layout.html.twig
@@ -12,7 +12,6 @@
12 <![endif]--> 12 <![endif]-->
13 <title>{% block title %}{% endblock %} - wallabag</title> 13 <title>{% block title %}{% endblock %} - wallabag</title>
14 {% include "WallabagCoreBundle::_head.html.twig" %} 14 {% include "WallabagCoreBundle::_head.html.twig" %}
15 {% include "WallabagCoreBundle::_bookmarklet.html.twig" %}
16 </head> 15 </head>
17 <body> 16 <body>
18 {% include "WallabagCoreBundle::_top.html.twig" %} 17 {% include "WallabagCoreBundle::_top.html.twig" %}