Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2005 at 17:09 UTC
Updated:
9 Feb 2005 at 00:15 UTC
On line 59 of the module you tried to issue a new line with the \n escape code but had it enclosed in single quotes. The line (obviously) should be:-
$output = '<script language="JavaScript1.2" src="modules/fckeditor/lib/fckeditor.js"></script>' . "\n";
Comments
Comment #1
(not verified) commentedthe output was improved and XHTML compatible (thanks jairo.serrano)
Comment #2
(not verified) commented