Skip to content
Snippets Groups Projects
Commit 961bdce5 authored by Adeel Khan's avatar Adeel Khan
Browse files

Fix xss-linter.py failing test.

parent ee2c983b
No related merge requests found
......@@ -601,6 +601,7 @@ class TestMakoTemplateLinter(TestLinter):
results = FileResults('')
mako_template = textwrap.dedent("""
<%page expression_filter="h"/>
${x | n, strip_all_tags_but_br}
""")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment