Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: filters/unescape.py

Issue 5636796054503424: Issue 1170 - [adblockplus.org Anwiki to CMS migration] Migrate content (Closed)
Patch Set: Brought in changes to website made over last few months. Created Jan. 19, 2015, 12:18 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 def unescape(markup):
Sebastian Noack 2015/02/13 17:51:49 As outlined were you use this filter, I don't thin
kzar 2015/02/20 14:55:18 Unfortunately we do.
kzar 2015/02/20 17:04:48 So I've just checked and there appear to be no loc
Sebastian Noack 2015/02/20 17:49:38 You are right, the "translate" template filter esc
kzar 2015/02/20 18:00:43 Well in for these two places there are sometimes d
2 return markup.unescape()
OLDNEW

Powered by Google App Engine
This is Rietveld