changeset 352edad8740f in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=352edad8740f
description:
Add missing space after link
diffstat:
templates/success_stories/felber.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e2d8661d92db -r 352edad8740f templates/success_stories/felber.html
--- a/templates/success_stories/felber.html Wed Jul 17 22:27:45 2019 +0200
+++ b/templates/success_stories/felber.html Wed Jul 17 22:34:09 2019 +0200
@@ -5,7 +5,7 @@
{% extends "success_stories/layout.html" %}
{% block customer %}
{{ super() }}
-<p class="lead"><a href="https://www.felber-ag.ch/">Felber</a>is a local
producer and service provider for label stamps and signalisation products.
+<p class="lead"><a href="https://www.felber-ag.ch/">Felber</a> is a local
producer and service provider for label stamps and signalisation products.
It is a small company with only 4 employees.</p>
<img src="{{ url_for('static',
filename='images/success-stories/felber/banner.jpg') }}" class="img-fluid"
alt="">
{% endblock customer %}