X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=3e8da09ccb258c737dd49a1a4776ca4e8c0ebdf9;hb=1bb7bdc8b399abe573dfa4e2c04fafa19991c487;hp=0cbf1999d1e826ff36ab411889999c1ba7146533;hpb=24becc9717423748e6ef06c6cf1c499435af66b9;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 0cbf1999..3e8da09c 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 @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{{ entry.title|raw }} ({{ entry.domainName|removeWww }}){% endblock %} +{% block title %}{{ entry.title|striptags|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block body_class %}entry{% endblock %} @@ -118,14 +118,14 @@ {% endif %} {% if craue_setting('share_twitter') %}
  • - + twitter
  • {% endif %} {% if craue_setting('share_shaarli') %}
  • - + shaarli @@ -133,7 +133,7 @@ {% endif %} {% if craue_setting('share_diaspora') %}
  • - + diaspora* @@ -141,7 +141,7 @@ {% endif %} {% if craue_setting('share_unmark') %}
  • - + unmark.it @@ -149,7 +149,7 @@ {% endif %} {% if craue_setting('carrot') %}
  • - + Carrot @@ -157,7 +157,7 @@ {% endif %} {% if craue_setting('share_mail') %}
  • - + {{ 'entry.view.left_menu.share_email_label'|trans }}
  • @@ -209,18 +209,12 @@ {% block content %}
    -

    {{ entry.title|raw }} ✎

    +

    {{ entry.title|striptags|raw }} ✎

    {% if entry.previewPicture is not null %} -
    {{ entry.title|raw }}
    +
    {{ entry.title|striptags|e('html_attr') }}
    {% endif %}