Page MenuHomePhabricator

Echo: incorrectly parses section headings with wikimarkup in them.
Closed, ResolvedPublic

Description

Screenshot

See associated screenshot.


Version: master
Severity: normal

Attached:

NJ8SglP.png (94×597 px, 5 KB)

Details

Reference
bz47999

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:32 AM
bzimport added a project: Notifications.
bzimport set Reference to bz47999.

Related URL: https://gerrit.wikimedia.org/r/62110 (Gerrit Change Id295c1b4129b68e7a16db94bc32d0d1b65177012)

We probably want to change the regex in NotificationFormatter.php line 148...
!(.*)/\*\s*(.*?)\s*\*/(.*)!
...to match what's in Linker::formatLinksInComment().

Oh, didn't see that Benny already checked in a patch. Will review...