summary restyling
[brisk.git] / web / briskin5 / explain.php
index e1852ab..2490ab6 100644 (file)
@@ -40,11 +40,11 @@ require_once("Obj/briskin5.phh");
 require_once("Obj/placing.phh");
 
 function main() {
-
- if (file_exists(LEGAL_PATH."/explain.log")) {
-      $ret .= file_get_contents(LEGAL_PATH."/explain.log");
-  }
-  echo "$ret";
+    $ret = "";
   if (file_exists(LEGAL_PATH."/explain.log")) {
+        $ret .= file_get_contents(LEGAL_PATH."/explain.log");
+    }
+    echo "$ret";
 }
 ?>
 <html>
@@ -54,7 +54,7 @@ function main() {
 <link rel="stylesheet" type="text/css" href="../brisk.css">
 <link rel="stylesheet" type="text/css" href="../room.css">
 </head>
-<body>
+<body class="explain">
 <div style="text-align: center;">
 <?php 
 main();