onokazu
onoka****@users*****
2005年 6月 28日 (火) 16:45:07 JST
Index: xoops2jp/html/modules/sections/admin/index.php diff -u xoops2jp/html/modules/sections/admin/index.php:1.3 xoops2jp/html/modules/sections/admin/index.php:1.4 --- xoops2jp/html/modules/sections/admin/index.php:1.3 Sat Jun 11 11:32:49 2005 +++ xoops2jp/html/modules/sections/admin/index.php Tue Jun 28 16:45:07 2005 @@ -1,5 +1,5 @@ <?php -// $Id: index.php,v 1.3 2005/06/11 02:32:49 onokazu Exp $ +// $Id: index.php,v 1.4 2005/06/28 07:45:07 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