1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

Trivial error in comment tag

This commit is contained in:
e107steved
2009-07-02 20:40:43 +00:00
parent 348f56025f
commit dcbd085a4a

View File

@@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $
| $Revision: 1.16 $ | $Revision: 1.17 $
| $Date: 2008-05-30 20:57:13 $ | $Date: 2009-07-02 20:39:48 $
| $Author: e107steved $ | $Author: e107steved $
+---------------------------------------------------------------+ +---------------------------------------------------------------+
*/ */
@@ -174,7 +174,7 @@ class sitelinks
$text .= $ns->tablerender($k, $mnu, 'sitelinks_sub', TRUE); $text .= $ns->tablerender($k, $mnu, 'sitelinks_sub', TRUE);
} }
} }
$text .= "\n\n\n<!--- end Site Links -->\n\n\n"; $text .= "\n\n\n<!-- end Site Links -->\n\n\n";
if($usecache) if($usecache)
{ {
$e107cache->set('sitelinks_'.$cat.md5($linkstyle.e_PAGE.e_QUERY), $text); $e107cache->set('sitelinks_'.$cat.md5($linkstyle.e_PAGE.e_QUERY), $text);