diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-01-25 16:02:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-01-25 16:02:18 +0100 |
commit | 220fa75b599d33c1326fcd850e5fd0c9f82021b5 (patch) | |
tree | a2d23dbaf767ee2650ed4ef4362600b304f82d98 | |
parent | 0acdcefc54ebe326153e88cc6ae3321bd4e85abf (diff) |
wikihelp: Escape '#' in the name of the article.
-rwxr-xr-x | helpcontent2/to-wiki/getalltitles.py | 1 |
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"], [')','_'], ['(','_'], [']','_'], |