Opened 16 years ago
Last modified 15 years ago
#10891 closed
Blocktrans fails in 1.1b if there are newlines in the text — at Initial Version
Description ¶
The blocktrans tag silently fails to show the translation if there are newlines in the text to be translated. Only the original text is shown.
{% blocktrans %}
A test.
{% endblocktrans %}
fails.
{% blocktrans %}A test.{% endblocktrans %}
succeeds.
Note:
See TracTickets
for help on using tickets.