diff options
-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"], [')','_'], ['(','_'], [']','_'], |