Tom Hayakawa
tom_g3x****@users*****
2006年 9月 9日 (土) 23:39:18 JST
Index: xoops2jp/html/install/include/functions.php diff -u xoops2jp/html/install/include/functions.php:1.1.2.2 xoops2jp/html/install/include/functions.php:1.1.2.3 --- xoops2jp/html/install/include/functions.php:1.1.2.2 Thu May 25 21:27:23 2006 +++ xoops2jp/html/install/include/functions.php Sat Sep 9 23:39:18 2006 @@ -130,7 +130,7 @@ ' onclick="javascript:history.back();" />'; } if(isset($option[1]) && $option[1] != ''){ - $content .= '<span style="font-size:85%;"><< '.htmlspecialchars($option[1]).'</span>'; + $content .= '<span style="font-size:90%;"> << '.htmlspecialchars($option[1]).'</span>'; } return $content; } @@ -147,7 +147,7 @@ if(!isset($option) || !is_array($option)) return ''; $content = ''; if(isset($option[1]) && $option[1] != ''){ - $content .= '<span style="font-size:85%;">'.htmlspecialchars($option[1]).' >></span>'; + $content .= '<span style="font-size:90%;">'.htmlspecialchars($option[1]).' >> </span>'; } $content .= '<input type="hidden" name="op" value="'.htmlspecialchars($option[0]).'" />'; $content .= '<input type="submit" name="submit" value="'._INSTALL_L47.'" />';