summaryrefslogtreecommitdiff
path: root/helpcontent2/to-wiki/getalltitles.py
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-01-25 16:02:18 +0100
committerJan Holesovsky <kendy@suse.cz>2011-01-25 16:02:18 +0100
commit220fa75b599d33c1326fcd850e5fd0c9f82021b5 (patch)
treea2d23dbaf767ee2650ed4ef4362600b304f82d98 /helpcontent2/to-wiki/getalltitles.py
parent0acdcefc54ebe326153e88cc6ae3321bd4e85abf (diff)
wikihelp: Escape '#' in the name of the article.
Diffstat (limited to 'helpcontent2/to-wiki/getalltitles.py')
-rwxr-xr-xhelpcontent2/to-wiki/getalltitles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py
index f1167830f6..18a2dc0828 100755
--- a/helpcontent2/to-wiki/getalltitles.py
+++ b/helpcontent2/to-wiki/getalltitles.py
@@ -32,6 +32,7 @@ replace_text_list = [
['"-"',"Minus"],
['"/"',"Slash"],
['"^"',"Cap"],
+ ['#',"No"],
[')','_'],
['(','_'],
[']','_'],