NobuNobu
nobun****@users*****
2005年 6月 18日 (土) 12:09:06 JST
Index: xoops2jp/html/modules/sections/admin/index.php diff -u xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.2 xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.3 --- xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.2 Sat Jun 11 11:58:47 2005 +++ xoops2jp/html/modules/sections/admin/index.php Sat Jun 18 12:09:05 2005 @@ -1,5 +1,5 @@ <?php -// $Id: index.php,v 1.2.6.2.2.2 2005/06/11 02:58:47 onokazu Exp $ +// $Id: index.php,v 1.2.6.2.2.3 2005/06/18 03:09:05 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -89,7 +89,7 @@ $result2 = $xoopsDB->query("select secid, secname from ".$xoopsDB->prefix("sections")." where secid='$secid'"); list($secid, $secname) = $xoopsDB->fetchRow($result2); $secname = $myts->makeTboxData4Show($secname); - echo "<li>$title ($secname) [ <a href=index.php?op=secartedit&artid=$artid>"._MD_EDIT."</a> ]"; + echo "<li>$title ($secname) [ <a href=index.php?op=secartedit&artid=$artid>"._MD_EDIT."</a> ]</li>"; } ?> </ul> <?php echo "<form action=\"index.php\" method=\"post\">"; ?>