aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 07:46:09 +0200
committerGitHub <noreply@github.com>2016-10-09 07:46:09 +0200
commitd451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff (patch)
treedaa736c2258dba3205242180f90ec50a6d920bac /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
parent32d103f702968b494309adcba77bc6226043c6ce (diff)
parentc5e4293efdff9c32d9b37865ae127c8f99f7020e (diff)
downloadwallabag-d451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff.tar.gz
wallabag-d451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff.tar.zst
wallabag-d451bcb3d0ef3183f9e3d4b0eb98828a23bab3ff.zip
Merge pull request #2405 from szafranek/cleanup-fix-invalid-html
Fix few invalid HTML tags
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index 55b3ee5c..919f94ec 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -77,7 +77,7 @@
77 <div class="card-action"> 77 <div class="card-action">
78 <span class="bold"> 78 <span class="bold">
79 <a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.list.original_article'|trans }}: {{ entry.title|e }} - {{ entry.domainName|removeWww }}" class="tool original grey-text"><span>{{ entry.domainName|removeWww|truncate(18) }}</span></a> 79 <a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.list.original_article'|trans }}: {{ entry.title|e }} - {{ entry.domainName|removeWww }}" class="tool original grey-text"><span>{{ entry.domainName|removeWww|truncate(18) }}</span></a>
80 </bold> 80 </span>
81 81
82 <ul class="tools right"> 82 <ul class="tools right">
83 <li> 83 <li>