onokazu
onoka****@users*****
2005年 6月 11日 (土) 11:58:47 JST
Index: xoops2jp/html/modules/sections/admin/index.php diff -u xoops2jp/html/modules/sections/admin/index.php:1.2.6.2.2.1 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.1 Sat Jun 11 11:50:13 2005 +++ xoops2jp/html/modules/sections/admin/index.php Sat Jun 11 11:58:47 2005 @@ -1,5 +1,5 @@ <?php -// $Id: index.php,v 1.2.6.2.2.1 2005/06/11 02:50:13 onokazu Exp $ +// $Id: index.php,v 1.2.6.2.2.2 2005/06/11 02:58:47 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -164,7 +164,7 @@ $result2 = $xoopsDB->query("select artid from ".$xoopsDB->prefix("seccont")." where secid=$secid"); $number = $xoopsDB->getRowsNum($result2); ?> - <?php echo "<img src=\"".XOOPS_URL."/modules/sections/images/".$image."\" border="0" /><br /><br />"; ?> + <?php echo "<img src=\"".XOOPS_URL."/modules/sections/images/".$image."\" border=\"0\" /><br /><br />"; ?> <h4><?php printf(_MD_EDITTHISSEC,$secname); ?></h4> <br /> <?php