Opened 14 years ago

Closed 14 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"

Change History (1)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: invalid
Status: newclosed

"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.

Note: See TracTickets for help on using tickets.
Back to Top