aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Template/SafeString.pm
Commit message (Collapse)AuthorAgeLines
* Switch to default-escaped in templates.Matthew Somerville2019-12-09-0/+106
This means any variable used in a template is automatically HTML-escaped, unless it is marked as safe either in code by using a SafeString, or in the template with the `mark_safe` function or the `safe` filter.