aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-08-30 13:51:20 +0200
committerGitHub <noreply@github.com>2017-08-30 13:51:20 +0200
commit854616ac6d6246e8e0451342ab841985b401604d (patch)
tree53f25c8612c95fa8c794621da1de650555eb8942 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
parent2490f61dca635026a3eb9b5e9b6978b1981b1172 (diff)
parentbde23a44f8585c0c668719d9e34f06e30e5571aa (diff)
downloadwallabag-854616ac6d6246e8e0451342ab841985b401604d.tar.gz
wallabag-854616ac6d6246e8e0451342ab841985b401604d.tar.zst
wallabag-854616ac6d6246e8e0451342ab841985b401604d.zip
Merge pull request #3294 from wallabag/export-tag-null
Empty currentTag should be null
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index 0c4dc80b..9d6fb3f5 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -57,7 +57,7 @@
57 57
58 <!-- Export --> 58 <!-- Export -->
59 <div id="export" class="side-nav right-aligned"> 59 <div id="export" class="side-nav right-aligned">
60 {% set currentTag = '' %} 60 {% set currentTag = null %}
61 {% if tag is defined %} 61 {% if tag is defined %}
62 {% set currentTag = tag.slug %} 62 {% set currentTag = tag.slug %}
63 {% endif %} 63 {% endif %}