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

Anonymous’s picture

the output was improved and XHTML compatible (thanks jairo.serrano)

Anonymous’s picture