From: Nicolas LÅ“uillet Date: Thu, 13 Feb 2014 22:00:26 +0000 (+0100) Subject: [fix] #452 remove crappy code X-Git-Tag: 1.5.1^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=243e13ab598bd3c4c711b8070cfaa048a3243fa3;p=github%2Fwallabag%2Fwallabag.git [fix] #452 remove crappy code --- diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index d58e53ce..33afdbbd 100644 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -43,7 +43,7 @@ {% endfor %} - {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }} {% trans "" %}{% endif %}{% endif %} + {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }}{% endif %}{% endif %} {% endif %} {{ block('pager') }} {% endblock %}