Skip to content

Commit 7020192

Browse files
fixed markdown error
1 parent 8a80228 commit 7020192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CTFd/plugins/inlineTranslation/templates/inlinepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44
<div class="container">
5-
{{ _(content) | safe }}
5+
{{ content | safe }}
66
</div>
77
{% endblock %}
88

0 commit comments

Comments
 (0)