1 parent d891b55 commit 2a34f0fCopy full SHA for 2a34f0f
1 file changed
preprocess.py
@@ -151,6 +151,7 @@ def rlink_fix(match):
151
target = re.sub('(\.php|\.css)\?.*', '\\1', target)
152
target = urllib.parse.quote(target)
153
target = xml_escape(target)
154
+ target = target.replace('%23', '#');
155
return pre + target + post
156
157
# clean the html files
0 commit comments