﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11236	Widget templates with newlines cause errors	Mathieu Rene		"I noticed some js errors while integrating a widget. CKEDITOR.template() does not escape newline characters before feeding it to Function(), which results in errors such as ""Unexpected token ILLEGAL"".

Adding .replace(/\n/g, ""\\n"") seems to do the job for me, thought I'd let you guys know."	Bug	closed	Normal		General		duplicate		
