Last modified: 2007-10-04 19:01:43 UTC
See link. A spurious redlink exists starting halfway down the 09:58 13 September 2007 entry and carrying on halfway into the next line.
Fixed in r26409. Linker::formatComment() used a multi-pass run without proper protections, making it possible for a later 'link' to erase a previous pass's start or end tag. Switched to a single-pass run with preg_replace_callback which avoids this. Nested links (as in image caption text) still don't work _right_ but they're less wrong. Note it'd probably be wise to start adding parser test cases for the comment formatter.