]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
Added search engine in baggy theme
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Entry / entries.html.twig
index ff555055c2e3af0acda4f74753e947707b98cdff..00e8bf63835790693d42fce9e75533afeb659e0e 100644 (file)
@@ -5,7 +5,7 @@
     {% if tag is defined %}
         {% set filter = tag %}
     {% endif %}
-    {% if searchTerm is not empty %}
+    {% if searchTerm is defined and searchTerm is not empty %}
         {% set filter = searchTerm %}
     {% endif %}
     {% include "@WallabagCore/themes/common/Entry/_title.html.twig" with {'filter': filter} %}