﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6334	MultiWidget should return mark_safe string	anonymous	nobody	"Multiwidget should return mark_safe string in order to avoid widgets to be auto escaped.

seems that :


{{{
return self.format_output(output)
}}}


should be change in :



{{{
return mark_safe(self.format_output(output))
}}}


"		closed	Forms	dev		duplicate	Multiwidget auto escape		Unreviewed	0	0	0	0	0	0
