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

Unified Diff: filters/unescape.py

Issue 5636796054503424: Issue 1170 - [adblockplus.org Anwiki to CMS migration] Migrate content (Closed)
Patch Set: Improvements to parse_interface filter regarding Wladimir's feedback Created Sept. 19, 2014, 11:26 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « filters/subscription_sort.py ('k') | includes/interface.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filters/unescape.py
diff --git a/filters/unescape.py b/filters/unescape.py
new file mode 100644
index 0000000000000000000000000000000000000000..d9842737f0e2d12d300fcc0b76381ac1f63a974d
--- /dev/null
+++ b/filters/unescape.py
@@ -0,0 +1,2 @@
+def unescape(markup):
+ return markup.unescape()
« no previous file with comments | « filters/subscription_sort.py ('k') | includes/interface.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld