gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: -try to fix HTML


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: -try to fix HTML
Date: Thu, 20 Oct 2022 14:07:35 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new d867aeb  -try to fix HTML
d867aeb is described below

commit d867aeb8f865ff41e30d810f1776613de0da9e8e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 20 14:07:32 2022 +0200

    -try to fix HTML
---
 talermerchantdemos/templates/blog-index.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 %}
       <div class="notice">
       <h3><a href="{{ url_for('article', lang=article.lang, 
article_name=article.slug) }}" class="articleTitle">{{article.title}}</a></h3>
-      <p>{{ article.teaser|safe }} <a class="payLink" href="{{ 
url_for('article', lang=article.lang, article_name=article.slug) }}"><span 
class="icon"></span>{{ gettext('Pay to read more...') }}</a></p>
+      {{ article.teaser|safe }} <a class="payLink" href="{{ url_for('article', 
lang=article.lang, article_name=article.slug) }}"><span class="icon"></span>{{ 
gettext('Pay to read more...') }}</a>
       </div>
       {% else %}
       <em>({{ gettext("No articles available in this language.") }})</em>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]