File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -260,15 +260,15 @@ Jinja template changes
260260
261261Auto escaping has been enabled in the jinja template engine, this
262262means it is no longer necessary to manually escape dynamic strings
263- with "|e", but strings that should not be escaped need to be marked
264- with "|safe" (e.g. "{{ context.history()|u|safe }}"). Also, the i18n
263+ with "\ |e", but strings that should not be escaped need to be marked
264+ with "\ |safe" (e.g. "{{ context.history()|u|safe }}"). Also, the i18n
265265extension has been enabled and the template has been updated to use
266266the extension for translatable text instead of explicit "i18n.gettext"
267267calls:
268268
269269 {% trans %}List of issues{% endtrans %}
270270
271- instead of
271+ instead of:
272272
273273 {{ i18n.gettext('List of issues')|u }}
274274
You can’t perform that action at this time.
0 commit comments