NobuNobu
nobun****@users*****
2005年 5月 31日 (火) 12:48:19 JST
Index: xoops2jp/html/modules/news/blocks/news_top.php diff -u xoops2jp/html/modules/news/blocks/news_top.php:1.2 xoops2jp/html/modules/news/blocks/news_top.php:1.2.6.1 --- xoops2jp/html/modules/news/blocks/news_top.php:1.2 Fri Mar 18 21:52:38 2005 +++ xoops2jp/html/modules/news/blocks/news_top.php Tue May 31 12:48:19 2005 @@ -1,5 +1,5 @@ <?php -// $Id: news_top.php,v 1.2 2005/03/18 12:52:38 onokazu Exp $ +// $Id: news_top.php,v 1.2.6.1 2005/05/31 03:48:19 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -65,7 +65,7 @@ $form .= ">"._MB_NEWS_HITS."</option>\n"; $form .= "</select>\n"; $form .= " "._MB_NEWS_DISP." <input type='text' name='options[]' value='".$options[1]."' /> "._MB_NEWS_ARTCLS.""; - $form .= " <br>"._MB_NEWS_CHARS." <input type='text' name='options[]' value='".$options[2]."' /> "._MB_NEWS_LENGTH.""; + $form .= " <br />"._MB_NEWS_CHARS." <input type='text' name='options[]' value='".$options[2]."' /> "._MB_NEWS_LENGTH.""; return $form;