taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 07546b2b25f6e4f5f09aff369d6990e13fb61d50
parent 25314dd613ecaed102567b2aa3745de34817aaf3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 20 Oct 2022 13:32:54 +0200

typo

Diffstat:
Mtalermerchantdemos/blog/content.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/blog/content.py b/talermerchantdemos/blog/content.py @@ -116,7 +116,7 @@ def add_from_html(resource_name, lang): else: titleat = lists if len(titleat) > 0: - teaser = titelat[0].prettify() + teaser = titleat[0].prettify() if (len(titleat) > 1) and (len(teaser) < 100): teaser2 = titleat[1].prettify() if len(teaser2) > len(teaser):