Skip to content

Commit 590abee

Browse files
committed
Make it possible to include some html markup in the option display string (specifically, an em-dash).
- Legacy-Id: 4521
1 parent b0016c0 commit 590abee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/community/manage_clist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3>Add a new rule</h3>
7474
<div class="{{ entry.type }}">
7575
<select>
7676
{% for option in entry.options %}
77-
<option value={{ option.0 }}>{{ option.1 }}</option>
77+
<option value={{ option.0 }}>{{ option.1|safe }}</option>
7878
{% endfor %}
7979
</select>
8080
</div>

0 commit comments

Comments
 (0)