]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 1386/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Aug 2015 18:39:52 +0000 (20:39 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Aug 2015 18:39:52 +0000 (20:39 +0200)
app/config/config.yml
src/Wallabag/CoreBundle/Resources/views/base.html.twig
src/Wallabag/CoreBundle/Tools/Utils.php

index 5b26b06fecf0d20f2132a4d220ada94556592db5..efc815b8e9a3211e122649c73d5883795a89bc0e 100644 (file)
@@ -51,6 +51,7 @@ twig:
     form:
         resources:
             - LexikFormFilterBundle:Form:form_div_layout.html.twig
+
 # Assetic Configuration
 assetic:
     debug:          "%kernel.debug%"
index e27aceae492e658ade3ff47f2ed08802f3410836..ac5d2bf9c307778cc6f70319e0f1c939af70d93a 100644 (file)
@@ -71,7 +71,7 @@
                     <li><a href="{{ path('unread') }}">{% trans %}unread{% endtrans %}</a></li>
                     <li><a href="{{ path('starred') }}">{% trans %}favorites{% endtrans %}</a></li>
                     <li><a href="{{ path('archive') }}"}>{% trans %}archive{% endtrans %}</a></li>
-                    <li><a href="{{ path ('tag') }}">{% trans %}tags{% endtrans %}</a></li>
+                    <li><a href="{{ path('tag') }}">{% trans %}tags{% endtrans %}</a></li>
                     <li><a href="{{ path('new') }}">{% trans %}save a link{% endtrans %}</a></li>
                     <li style="position: relative;"><a href="javascript: void(null);" id="search">{% trans %}search{% endtrans %}</a>
                         <div id="search-form" class="messages info popup-form">
index a4fbcffdac4197cfcce262b6345ffe58101d61e6..a16baca97e0a09e27e7c35e7ecafdfdf0131416e 100644 (file)
@@ -28,7 +28,7 @@ class Utils
 
     /**
      * For a given text, we calculate reading time for an article
-     * based on 200 words per minute
+     * based on 200 words per minute.
      *
      * @param $text
      *