Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The return value shouldn't be marked as safe. #13

Closed
unma opened this issue Sep 28, 2011 · 1 comment · May be fixed by #170
Closed

The return value shouldn't be marked as safe. #13

unma opened this issue Sep 28, 2011 · 1 comment · May be fixed by #170

Comments

@unma
Copy link

unma commented Sep 28, 2011

Since the return value is marked as safe, the autoescape feature or the "escape" filter won't work.

Sample (Template -> Output):
right now: _('foo & bar') -> foo & bar
should be: _('foo & bar') -> foo & bar

@TkTech
Copy link
Contributor

TkTech commented Aug 27, 2020

See #121.

@TkTech TkTech closed this as completed Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants