﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1050	HTML dialog is parsed as php	Jon Håvard Gundersen		"At our server all *.html files are parsed as php, because of this the file /dialog/fck_docprops.html is wrongly parsed as php since the following sentence appear at line 285:
{{{
FCK.XmlDeclaration = '<?xml version=""1.0"" encoding=""' + sCharSet + '""?>' ;
}}}

It would have been nice if you could have changed this to
{{{
FCK.XmlDeclaration = '<' + '?xml version=""1.0"" encoding=""' + sCharSet + '""?>' ;
}}}

so I don't have to change this everytime I update the editor.


"	Bug	closed	Normal	FCKeditor 2.5 Beta	General		fixed		
