From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Sun, 22 Mar 2020 16:58:20 +0000 (+0100) Subject: Fix html tag X-Git-Tag: 3.0.0rc1~115^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c18c21fbf5cbbeec7d5e57b774a7c4adf9562ee;p=thirdparty%2Fjinja.git Fix html tag --- diff --git a/docs/templates.rst b/docs/templates.rst index c08ce4b4..a346ef23 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -912,9 +912,9 @@ Here's an example of how a call block can be used with arguments:: {% call(user) dump_users(list_of_user) %}
-
Realname
+
Realname
{{ user.realname|e }}
-
Description
+
Description
{{ user.description }}
{% endcall %}