Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit dfe7d9d

Browse files
authored
Merge pull request #106 from matrix-org/t3chguy/=
Fix lack of sanitization in StrFallback helper
2 parents c778780 + 0b99e49 commit dfe7d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/basepage.qtpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Base page implementation. Other pages may inherit from it if they need overridin
6666
}
6767
}
6868
%}
69-
{%s= firstStr %}
69+
{%s firstStr %}
7070
{% endfunc %}
7171
{% endstripspace %}
7272

0 commit comments

Comments
 (0)