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

Unified Diff: cms/converters.py

Issue 29332503: No Issue - Add support for using "sup" tag in translation strings (Closed)
Patch Set: Created Dec. 9, 2015, 7:15 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/converters.py
===================================================================
--- a/cms/converters.py
+++ b/cms/converters.py
@@ -109,7 +109,7 @@
self._append_text(self.unescape("&#%s;" % name))
class Converter:
- whitelist = {"a", "em", "strong", "code", "span"}
+ whitelist = {"a", "em", "sup", "strong", "code", "span"}
Wladimir Palant 2015/12/09 20:33:45 From https://developer.mozilla.org/en-US/docs/Web/
missing_translations = 0
total_translations = 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld