We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0016c0 commit 590abeeCopy full SHA for 590abee
1 file changed
ietf/templates/community/manage_clist.html
@@ -74,7 +74,7 @@ <h3>Add a new rule</h3>
74
<div class="{{ entry.type }}">
75
<select>
76
{% for option in entry.options %}
77
- <option value={{ option.0 }}>{{ option.1 }}</option>
+ <option value={{ option.0 }}>{{ option.1|safe }}</option>
78
{% endfor %}
79
</select>
80
</div>
0 commit comments