Page MenuHomePhabricator

Colons in semecolon-style <dt> terms are not escaped properly in serialization
Closed, ResolvedPublic

Description

For example, (* indicates bold text)

*dt:text*

dd:text

should be serialized as

; dt<nowiki>:</nowiki>text
: dd:text

instead of

; dt:text
: dd:text


Version: unspecified
Severity: normal

Details

Reference
bz47747

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:44 AM
bzimport added a project: Parsoid.
bzimport set Reference to bz47747.

Related URL: https://gerrit.wikimedia.org/r/61918 (Gerrit Change Ibab4c46f2c517bcd9398713e6dee3f7c0188144e)

This should be fixed by the above commit.