Commit Graph

1 Commits

Author SHA1 Message Date
Sean McGivern 17b97bf029 Fix milestone references with HTML entities in the name
When a milestone name contained an HTML entity that would be escaped (&,
<, >), then it wasn't possible to refer to this milestone by name, or
use it in a quick action.

This already worked for labels, but not for milestones. We take care to
re-escape un-matched milestones, too.
2019-05-24 10:07:21 +01:00