﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10055	Class name for ticket number's <span> is wrong	keshav.kini@…	rjollos	"A ticket number in the search results which has status ""closed"" and resolution ""duplicate"" is displayed with the following HTML:

{{{
<span class=""closed: duplicate"">#12704</span>
}}}

The correct way to name the class, which corresponds with the display style of ticket numbers in Trac's native wiki formatting output, would be the following:

{{{
<span class=""closed duplicate"">#12704</span>
}}}

The current behavior causes custom CSS styles to fail to apply to this ticket, as colons are not allowed in class names."	defect	closed	normal	DuplicateTicketSearchPlugin	normal	fixed			0.12
