From 5989f4649ebba19b9fd778390f90eba7267afce5 Mon Sep 17 00:00:00 2001 From: Alesh Slovak Date: Sat, 3 Feb 2024 22:58:41 -0500 Subject: [PATCH] escape all locations where `name` is used --- views/platform.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/platform.tpl b/views/platform.tpl index 66324654..3c524ca0 100644 --- a/views/platform.tpl +++ b/views/platform.tpl @@ -13,7 +13,7 @@ % if s['banner'] == None : {{s['name']}} % else : - {{s['name']}} + {{quote(s['name'])}} % end