﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11224	transparentImageData URI in widget plugin is escaped	Alfonso Martínez de Lizarrondo		"Currently it's

{{{
  var transparentImageData = 'data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw%3D%3D',
}}}

but it should be

{{{
  var transparentImageData = 'data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==',
}}}


(just replace %3D with =)"	Bug	closed	Normal		UI : Widgets	4.3	duplicate		
