From dcbd085a4af006a1066aac70dec3c5dd6684984d Mon Sep 17 00:00:00 2001 From: e107steved Date: Thu, 2 Jul 2009 20:40:43 +0000 Subject: [PATCH] Trivial error in comment tag --- e107_handlers/sitelinks_class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 6480af241..0874c23a1 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -12,8 +12,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $ -| $Revision: 1.16 $ -| $Date: 2008-05-30 20:57:13 $ +| $Revision: 1.17 $ +| $Date: 2009-07-02 20:39:48 $ | $Author: e107steved $ +---------------------------------------------------------------+ */ @@ -174,7 +174,7 @@ class sitelinks $text .= $ns->tablerender($k, $mnu, 'sitelinks_sub', TRUE); } } - $text .= "\n\n\n\n\n\n"; + $text .= "\n\n\n\n\n\n"; if($usecache) { $e107cache->set('sitelinks_'.$cat.md5($linkstyle.e_PAGE.e_QUERY), $text);