[CS-Project-svn_notify] SF.net SVN: cs-project: [825] trunk/1.2/includes/help.inc
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 00:39:41
|
Revision: 825 http://cs-project.svn.sourceforge.net/cs-project/?rev=825&view=rev Author: crazedsanity Date: 2008-02-10 16:39:37 -0800 (Sun, 10 Feb 2008) Log Message: ----------- No longer convert newlines into <BR> tags for the help section. Modified Paths: -------------- trunk/1.2/includes/help.inc Modified: trunk/1.2/includes/help.inc =================================================================== --- trunk/1.2/includes/help.inc 2008-02-11 00:38:21 UTC (rev 824) +++ trunk/1.2/includes/help.inc 2008-02-11 00:39:37 UTC (rev 825) @@ -34,6 +34,4 @@ ); create_page_title($page, $titleParts); -$page->templateVars['content'] = nl2br($page->templateVars['content']); - ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |