Closed lahwaacz closed 10 years ago
Some regex for parsing the internal links is probably wrong, running FixLinkFragments on Chromium page gives:
20:21:28 Processing [[xdg-open]]: see [[xdg-open#set the default browser]]... 20:21:29 Processing [[xdg-open]]: see [[xdg-open#Configuration]]... 20:21:29 Processing [[Fonts#Font_packages|Font Packages]]... 20:21:29 Processing [[Browser Plugins#MozPlugger]]... ...
i.e. the parser does not stop on the first ]].
]]
Fixed
Some regex for parsing the internal links is probably wrong, running FixLinkFragments on Chromium page gives:
i.e. the parser does not stop on the first
]]
.