taler-merchant-demos

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

commit 0b8a0557a194a04bb148e1d717abf2e79d4c22d5
parent d867aeb8f865ff41e30d810f1776613de0da9e8e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 20 Oct 2022 14:10:48 +0200

-try to fix HTML

Diffstat:
Mtalermerchantdemos/templates/blog-base.html.j2 | 4++--
Mtalermerchantdemos/templates/common-base.html.j2 | 10+++++-----
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/talermerchantdemos/templates/blog-base.html.j2 b/talermerchantdemos/templates/blog-base.html.j2 @@ -1,8 +1,8 @@ {% extends "common-base.html.j2" %} {% block head %} - <link rel="stylesheet" type="text/css" href="{{ static('blog.css') }}" /> - <link rel="stylesheet" type="text/css" href="{{ static('colors-blog.css') }}" /> + <link rel="stylesheet" type="text/css" href="{{ static('blog.css') }}"> + <link rel="stylesheet" type="text/css" href="{{ static('colors-blog.css') }}"> {% endblock head %} {% block header_content %} diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -18,8 +18,8 @@ <html lang="{{ getlang() }}"> <head> <title>{{ page_title | default(gettext("GNU Taler Demo")) }}</title> - <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" /> - <link rel="stylesheet" type="text/css" href="{{ static('demo.css') }}" /> + <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}"> + <link rel="stylesheet" type="text/css" href="{{ static('demo.css') }}"> {% block head %} {% endblock %} <script> @@ -46,7 +46,7 @@ {% endblock %} </div> <a href="https://taler.net/"> - <img src="{{ static('logo-white.svg') }}" alt="GNU Taler logo" height="100" width="224" style="margin: 2em 2em"><br/> + <img src="{{ static('logo-white.svg') }}" alt="GNU Taler logo" height="100" width="224" style="margin: 2em 2em"><br> </a> </header> @@ -69,7 +69,7 @@ {% if getactive() == 'survey' %} class="active" {% endif %} >{{gettext("Tipping/Survey")}}</a> <script> - function handleLang(event){ + function handleLang(event){ if (event.type === 'click') { document.getElementById("lang").classList.toggle("hide"); event.stopPropagation(); @@ -105,7 +105,7 @@ {% block main %} This is the main content of the page. {% endblock %} - <hr /> + <hr> <div> <p> {{