Opened 15 years ago
Closed 15 years ago
#13403 closed (invalid)
trans escaped characters
Reported by: | dandu | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Keywords: | trans escape | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
with the latest svn version trans unescapes characters
code: {% trans "test\'test" %}
with beta 1.2 beta-1 this would render "test\'test", but with the latest svn version it renders "test'test"
Note:
See TracTickets
for help on using tickets.
"test'test" was the behaviour in 1.1, and it is the current behaviour of trunk, so there isn't any regression here. I also can't reproduce the problem in 1.2-beta 1.