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

Commit

Permalink
Fix lack of sanitization in StrFallback helper
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Oct 6, 2021
1 parent c778780 commit 0b99e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basepage.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Base page implementation. Other pages may inherit from it if they need overridin
}
}
%}
{%s= firstStr %}
{%s firstStr %}
{% endfunc %}
{% endstripspace %}

Expand Down

0 comments on commit 0b99e49

Please sign in to comment.