X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=227dad94be055f46fa3d5c77ff539a474f00d044;hb=64f81bc31699ed239e4becec1cfa7ebc0bef2b5a;hp=46f89e19d8eb86dd0e5bfd3c9ee2e5304ca58f31;hpb=6ed615ac742a8a4e410d0726e8cec7bd76660d03;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 46f89e19..227dad94 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 %} @@ -11,6 +11,11 @@ @@ -118,46 +118,51 @@ {% endif %} {% if craue_setting('share_twitter') %}
  • - + twitter
  • {% endif %} {% if craue_setting('share_shaarli') %}
  • - - + shaarli
  • {% endif %} + {% if craue_setting('share_scuttle') %} +
  • + + + scuttle + +
  • + {% endif %} {% if craue_setting('share_diaspora') %}
  • - - + diaspora*
  • {% endif %} {% if craue_setting('share_unmark') %}
  • - - + unmark.it
  • {% endif %} {% if craue_setting('carrot') %}
  • - - + Carrot
  • {% endif %} {% if craue_setting('share_mail') %}
  • - + + mail {{ 'entry.view.left_menu.share_email_label'|trans }}
  • @@ -209,7 +214,7 @@ {% 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 %}