Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 19964)
+++ branches/version-2_5-dev/html/install/index.php	(revision 19969)
@@ -443,5 +443,5 @@
                 }
             } else {
-                $mess.= ">> ×：$path が見つかりません。<br>";
+                $mess.= ">> ×：$path が見つかりません。\n";
                 $hasErr = true;
             }
@@ -450,10 +450,10 @@
 
     if (ini_get('safe_mode')) {
-        $mess .= ">> ×：PHPのセーフモードが有効になっています。<br>";
+        $mess .= ">> ×：PHPのセーフモードが有効になっています。\n";
         $hasErr = true;
     }
 
     if (get_magic_quotes_gpc()) {
-        $mess .= ">> ×：PHPの設定ディレクティブ「magic_quotes_gpc」が有効になっています。<br>";
+        $mess .= ">> ×：PHPの設定ディレクティブ「magic_quotes_gpc」が有効になっています。\n";
         $hasErr = true;
     }
@@ -499,5 +499,5 @@
             mkdir($path);
         }
-        $mess.= ">> ○：アクセス権限は正常です。<br>";
+        $mess.= ">> ○：アクセス権限は正常です。";
     }
 
Index: branches/version-2_5-dev/html/install/templates/step2.tpl
===================================================================
--- branches/version-2_5-dev/html/install/templates/step2.tpl	(revision 19964)
+++ branches/version-2_5-dev/html/install/templates/step2.tpl	(revision 19969)
@@ -44,5 +44,5 @@
     <h2>データベースの設定</h2>
     ※インストールの前に新しくDBを作成しておく必要があります。
-    <!--{$arrErr.all}-->
+    <div class="attention"><!--{$arrErr.all}--></div>
   </div>
   <div class="block">
