From 51527b629d8d14969d13cf105d3e2758cad0c8b4 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 15 Aug 2012 16:35:26 -0500 Subject: [PATCH] Updated Codex.php to fix error on line 72. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the concatenated string since it appears it cannot be concatenated when assigning a value to a property.  The new line was unnecessary anyways. --- Codex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codex.php b/Codex.php index fb0766c..17ba78b 100644 --- a/Codex.php +++ b/Codex.php @@ -69,7 +69,7 @@ class CodexTemplate extends QuickTemplate * @var string * @access private */ - private $_lif = 't
  • %s
  • '."\n"; + private $_lif = '
  • %s
  • '; /** * Sidebox AnchorLink printf Format