From c3041507e6c25bb119c1ef4e22b45513c13cf4c9 Mon Sep 17 00:00:00 2001
From: TonyFord <tonyford@strategy-investor.de>
Date: Tue, 9 Nov 2021 12:08:02 +0100
Subject: [PATCH] bugfix

---
 html/26.html | 2 +-
 html/27.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/26.html b/html/26.html
index 050c353..b9c1922 100644
--- a/html/26.html
+++ b/html/26.html
@@ -22,7 +22,7 @@ finals_step: 2
     var DATA={{ site.data | jsonify }};
     const STEP={{ page.step | default: '1' }};
     const FINALS_STEP={{ page.finals_step | default: '0' }};
-    const LIGASPIELTAG={{ page.ligaspieltag : default: '1' }};
+    const LIGASPIELTAG={{ page.ligaspieltag | default: '1' }};
     $(document).ready( function(){
         calculatePartien('{{ page.saison }}', '{{ page.date }}');
         calculateTabelle('{{ page.saison }}', '7');
diff --git a/html/27.html b/html/27.html
index 5e95483..358476c 100644
--- a/html/27.html
+++ b/html/27.html
@@ -23,7 +23,7 @@ finals_step: 2
     delete DATA.teams.XX;
     const STEP={{ page.step | default: '1' }};
     const FINALS_STEP={{ page.finals_step | default: '0' }};
-    const LIGASPIELTAG={{ page.ligaspieltag : default: '1' }};
+    const LIGASPIELTAG={{ page.ligaspieltag | default: '1' }};
     $(document).ready( function(){
         calculatePartien('{{ page.saison }}', '{{ page.date }}');
         calculateTabelle('{{ page.saison }}', '7');
-- 
GitLab