Updated Codex.php to fix error on line 72.

Removed the concatenated string since it appears it cannot be concatenated when assigning a value to a property.  The new line was unnecessary anyways.
This commit is contained in:
David
2012-08-15 16:35:26 -05:00
parent 4cf520e2dc
commit 51527b629d

View File

@@ -69,7 +69,7 @@ class CodexTemplate extends QuickTemplate
* @var string * @var string
* @access private * @access private
*/ */
private $_lif = 't<li id="%s"%s>%s</li>'."\n"; private $_lif = '<li id="%s"%s>%s</li>';
/** /**
* Sidebox AnchorLink printf Format * Sidebox AnchorLink printf Format