tickets: 23424
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
23424 | 2014-09-05 12:36:47 | 2021-09-01 06:15:26 | 2022-03-06 04:23:19.926370 | Accepted | assigned | Template system | Bug | Normal | dev | Verbatim tag fails to render curly braces | The {% verbatim %} tag fails to render curly braces under certain conditions - notably when there are two verbatim tags on the same line. This works: {{{ {% verbatim %}{{{% endverbatim %} – correctly renders as – {{ {% verbatim %}}}{% endverbatim %} – correctly renders as – }} {% verbatim %}{ {% endverbatim %}text{% verbatim %} }{% endverbatim %} – correctly renders as – { text } }}} However, this fails: {{{ {% verbatim %}{{% endverbatim %}text{% verbatim %}}{% endverbatim %} – incorrectly renders as – {{% endverbatim %}text{% verbatim %}} {% verbatim %}{{{% endverbatim %}text{% verbatim %}}}{% endverbatim %} – incorrectly renders as – {{{% endverbatim %}text{% verbatim %}}} {% verbatim %}{{ {% endverbatim %}text{% verbatim %} }}{% endverbatim %} – incorrectly renders as – {{ {% endverbatim %}text{% verbatim %} }} }}} | atul-bhouraskar | stephband | verbatim template tag | 0 | 1 | 1 | 0 | 0 | 0 |