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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user