From d867aeb8f865ff41e30d810f1776613de0da9e8e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Oct 2022 14:07:32 +0200 Subject: -try to fix HTML --- talermerchantdemos/templates/blog-index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'talermerchantdemos') diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2 index bd479cd..9d16d1d 100644 --- a/talermerchantdemos/templates/blog-index.html.j2 +++ b/talermerchantdemos/templates/blog-index.html.j2 @@ -29,7 +29,7 @@ {% for article in articles %}

{{article.title}}

-

{{ article.teaser|safe }} {{ gettext('Pay to read more...') }}

+ {{ article.teaser|safe }} {{ gettext('Pay to read more...') }}
{% else %} ({{ gettext("No articles available in this language.") }}) -- cgit v1.2.3