]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2405 from szafranek/cleanup-fix-invalid-html
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Sun, 9 Oct 2016 05:46:09 +0000 (07:46 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2016 05:46:09 +0000 (07:46 +0200)
Fix few invalid HTML tags

src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig

index 55b3ee5cd68104d61fd43862648bc65f001dd69f..919f94ecad7b898c799f5607ab1a8f9cf41854ba 100644 (file)
@@ -77,7 +77,7 @@
                     <div class="card-action">
                         <span class="bold">
                             <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>
-                        </bold>
+                        </span>
 
                         <ul class="tools right">
                             <li>
index 1ddb5a156b416b24e3be5a0ff71a296ec26b2453..5188eb0119957c8d75521909331dae8d97d409dc 100644 (file)
             <a href="{{ entry.url|e }}" target="_blank" title="{{ 'entry.view.original_article'|trans }} : {{ entry.title|e }}" class="tool">
                 <i class="material-icons link">link</i> <span class="link">{{ entry.domainName|removeWww }}</span>
             </a>
-            <span class="tool"><i class="material-icons link">comment</i> <span class="link">{{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}</span>
+            <span class="tool"><i class="material-icons link">comment</i></span> <span class="link">{{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}</span>
             <div id="list">
                 {% for tag in entry.tags %}
                     <div class="chip">
index c7d6d70d3f03df06b5d945df5a9e0859dc62d442..de0049d3aea1a2999ac60f118bcbf8ad0b6df7fa 100644 (file)
@@ -73,7 +73,7 @@
                 <a class="waves-effect" href="{{ path('howto') }}">{{ 'menu.left.howto'|trans }}</a>
             </li>
             <li class="bold">
-                <a class="waves-effect" class="icon icon-power" href="{{ path('fos_user_security_logout') }}">{{ 'menu.left.logout'|trans }}</a>
+                <a class="waves-effect icon icon-power" href="{{ path('fos_user_security_logout') }}">{{ 'menu.left.logout'|trans }}</a>
             </li>
         </ul>
         <div class="nav-wrapper nav-panels">