summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-20 14:10:48 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-20 14:10:48 +0200
commit0b8a0557a194a04bb148e1d717abf2e79d4c22d5 (patch)
tree68e614e276275cf5a753f3e2db7ecb69408d396c
parentd867aeb8f865ff41e30d810f1776613de0da9e8e (diff)
downloadtaler-merchant-demos-0b8a0557a194a04bb148e1d717abf2e79d4c22d5.tar.gz
taler-merchant-demos-0b8a0557a194a04bb148e1d717abf2e79d4c22d5.tar.bz2
taler-merchant-demos-0b8a0557a194a04bb148e1d717abf2e79d4c22d5.zip
-try to fix HTML
-rw-r--r--talermerchantdemos/templates/blog-base.html.j24
-rw-r--r--talermerchantdemos/templates/common-base.html.j210
2 files changed, 7 insertions, 7 deletions
diff --git a/talermerchantdemos/templates/blog-base.html.j2 b/talermerchantdemos/templates/blog-base.html.j2
index a320f0f..638ca70 100644
--- 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
index 55ebd18..be2bbfa 100644
--- 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>
{{