From 490176ab047807240e249b0cb9dfff41be811abc Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 25 Aug 2023 22:50:51 +1000 Subject: [PATCH] main: Fixed quote escaping --- master/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/main.py b/master/main.py index 11c2ea5..f02fac8 100644 --- a/master/main.py +++ b/master/main.py @@ -480,7 +480,7 @@ def home(): html += "

Sites:

" html += "" html += "

Licences

" html += "

Number of unclaimed licences: " + str(len(licences)) + "

"