From 0b99e49af5214a51438a21375a6fefb6674e9995 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 6 Oct 2021 14:40:17 +0100 Subject: [PATCH] Fix lack of sanitization in StrFallback helper --- templates/basepage.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/basepage.qtpl b/templates/basepage.qtpl index 0884013..5784c4b 100644 --- a/templates/basepage.qtpl +++ b/templates/basepage.qtpl @@ -66,7 +66,7 @@ Base page implementation. Other pages may inherit from it if they need overridin } } %} - {%s= firstStr %} + {%s firstStr %} {% endfunc %} {% endstripspace %}