onokazu
onoka****@users*****
2005年 5月 30日 (月) 20:05:19 JST
Index: xoops2jp/html/modules/newbb/blocks/newbb_new.php diff -u xoops2jp/html/modules/newbb/blocks/newbb_new.php:1.2 xoops2jp/html/modules/newbb/blocks/newbb_new.php:1.2.6.1 --- xoops2jp/html/modules/newbb/blocks/newbb_new.php:1.2 Fri Mar 18 21:52:25 2005 +++ xoops2jp/html/modules/newbb/blocks/newbb_new.php Mon May 30 20:05:19 2005 @@ -1,5 +1,5 @@ <?php -// $Id: newbb_new.php,v 1.2 2005/03/18 12:52:25 onokazu Exp $ +// $Id: newbb_new.php,v 1.2.6.1 2005/05/30 11:05:19 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -149,7 +149,7 @@ $form .= " checked='checked'"; } $form .= " /> "._NO; - $form .= '<input type="hidden" name="options[2]" value="'.$options[2].'">'; + $form .= '<input type="hidden" name="options[2]" value="'.$options[2].'" />'; return $form; }