[FIX] doc: double period in footer
authorXavier Morel <xmo@openerp.com>
Tue, 18 Nov 2014 10:18:14 +0000 (11:18 +0100)
committerXavier Morel <xmo@openerp.com>
Tue, 18 Nov 2014 10:18:14 +0000 (11:18 +0100)
doc/_themes/odoodoc/layout.html

index 1a68d31..5235137 100644 (file)
@@ -87,7 +87,7 @@
           {%- if show_copyright %}
             <li>
               {%- if hasdoc('copyright') %}
-                {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> <a href="https://odoo.com">{{ copyright }}</a>.{% endtrans %}
+                {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> <a href="https://odoo.com">{{ copyright }}</a>{% endtrans %}
               {%- else %}
                 {% trans copyright=copyright|e %}&copy; Copyright <a href="https://odoo.com">{{ copyright }}</a>.{% endtrans %}
               {%- endif %}