﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
614	Markup doesn't work in attributes	magnus.carlsson@…	cmlenz	"I can use `${Markup(data)}` to avoid escaping in most cases but when I try to use it in a attribute it is ignored:

{{{#!genshi
<div title=""${Markup(data)}"">${Markup(data)}</div>
}}}

will produce something like this if `data = ""Text&nbsp;Text""`
{{{#!genshi
<div title=""Text&amp;nbsp;Text"">Text&nbsp;Text</div>
}}}

My main use case or this is to include `&nbsp;` in the tooltips."	defect	new	major	0.8	Template processing	0.7.2			hodgestar
