X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=6f8c36741ddaabdb59152f3b63b58ee442c5e8d9;hb=9856805540843e32b65e2893ea870b6b2e2ba6d0;hp=dad96187cfe8b561772b0a6791dcb44abd2bff24;hpb=63e40f2d7c4074aff0be587c828eb511a6b7c878;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index dad96187..6f8c3674 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -118,7 +118,7 @@ {% if craue_setting('export_pdf') %}
  • PDF
  • {% endif %} {% if craue_setting('export_csv') %}
  • CSV
  • {% endif %} {% if craue_setting('export_json') %}
  • JSON
  • {% endif %} - {% if craue_setting('export_txt') %}
  • TXT
  • {% endif %} + {% if craue_setting('export_txt') %}
  • TXT
  • {% endif %} {% if craue_setting('export_xml') %}
  • XML
  • {% endif %} @@ -159,7 +159,7 @@ main {
    {% for tag in entry.tags %}
    - {{ tag.label }} + {{ tag.label }}
    {% endfor %}