1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +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).
|
| $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<!--- end Site Links -->\n\n\n";
$text .= "\n\n\n<!-- end Site Links -->\n\n\n";
if($usecache)
{
$e107cache->set('sitelinks_'.$cat.md5($linkstyle.e_PAGE.e_QUERY), $text);