X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fcommon%2FEntry%2Fshare.html.twig;h=623cf1c4d4577cdd4e56e458ed2a92843040a98a;hb=3d9950792c0aef20643ce1c5f81670e1f7194af9;hp=36c49e0422d0a4866036ea5a974e909427aa8db6;hpb=aa88d2494b1f574afcb5ab9caf098d8f0253ec33;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig index 36c49e04..623cf1c4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig @@ -1,6 +1,6 @@ - {{ entry.title | raw }} + {{ entry.title|e|raw }} - + + {% set picturePath = app.request.schemeAndHttpHost ~ asset('bundles/wallabagcore/themes/_global/img/logo-other_themes.png') %} {% if entry.previewPicture is not null %} - + {% set picturePath = entry.previewPicture %} {% endif %} + + + + + +
-

{{ entry.title | raw }}

-
{{ entry.domainName|removeWww }}
+

{{ entry.title|e|raw }}

+
{{ entry.domainName|removeWww }}
{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage')})|raw }}