summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-24 18:44:33 +0100
committerAndras Timar <atimar@suse.com>2012-11-24 18:44:33 +0100
commit31b8a30979690acf6372ef4be7f30f3c4a455325 (patch)
treeb161779c89a56fde900594ff1d32d7094783ce8e
parent7be4495e86db83bb0fd27b36629a378d957f7ba9 (diff)
fdo#55660 Mediawiki will not parse <font> after this
Change-Id: I1ee2b7d617841d1664df560c5960f79c39f8129e
-rwxr-xr-xto-wiki/wikiconv2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/to-wiki/wikiconv2.py b/to-wiki/wikiconv2.py
index 762484d225..3e0e159b5f 100755
--- a/to-wiki/wikiconv2.py
+++ b/to-wiki/wikiconv2.py
@@ -118,7 +118,8 @@ section_id_mapping = \
replace_text_list = \
[["$[officename]", "{{ProductName}}"],
["%PRODUCTNAME", "{{ProductName}}"],
- ["$PRODUCTNAME", "{{ProductName}}"]
+ ["$PRODUCTNAME", "{{ProductName}}"],
+ ["font size", u"\u200dfont size"]
]
def get_link_filename(link, name):