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:10:51 +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 0b8a055  -try to fix HTML
0b8a055 is described below

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

    -try to fix HTML
---
 talermerchantdemos/templates/blog-base.html.j2   |  4 ++--
 talermerchantdemos/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
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>
         {{

-- 
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]