Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Escape statements
Gah! How did I miss this? :( Perhaps I assumed that linkify took care of
this?
  • Loading branch information
chadwhitacre committed Mar 12, 2013
1 parent 15c824f commit 8506070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/%participant_id/index.html
Expand Up @@ -48,7 +48,7 @@
<h2>Statement</h2>
<div class="statement">
{% if participant.statement %}
{{ MAKING }} {{ wrap(participant.statement) }}
{{ MAKING }} {{ escape(wrap(participant.statement)) }}
{% else %}
[ unstated ]
{% end %}
Expand Down

0 comments on commit 8506070

Please sign in to comment.