Skip to content
Snippets Groups Projects
Commit 15e5a7db authored by Nimisha Asthagiri's avatar Nimisha Asthagiri
Browse files

XSS Safe by default - vert_module.html

parent 33327219
Branches
Tags release-2021-03-25-05.28
No related merge requests found
<%page expression_filter="h"/>
% if show_bookmark_button:
<%include file='bookmark_button.html' args="bookmark_id=bookmark_id, is_bookmarked=bookmarked"/>
......@@ -6,7 +7,7 @@
<div class="vert-mod">
% for idx, item in enumerate(items):
<div class="vert vert-${idx}" data-id="${item['id']}">
${item['content']}
${item['content'] | n, unicode}
</div>
% endfor
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment