diff www/info.php @ 2050:431c149e8882

Fix page layout.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Apr 2019 11:42:23 +0300
parents e82ba6f55708
children fa98b657c107
line wrap: on
line diff
--- a/www/info.php	Mon Mar 18 02:00:26 2019 +0200
+++ b/www/info.php	Tue Apr 09 11:42:23 2019 +0300
@@ -108,15 +108,17 @@
     echo "</div>\n";
   }
 
-  echo "<p><b>".$totalWiz."</b> wizards.</p>\n";
+  echo "<p><b>".$totalWiz."</b> wizards.</p>\n".
+    "</div>\n"; // end of contents div
 
   // Print out the alpha link index
   mpPrintExtraBoxAlphaList("ch", $alphaTable);
 }
 else
 {
-  echo "<p><b>No wizards known!</b></p>\n";
+  echo "<p><b>No wizards known!</b></p>\n".
+    "</div>\n"; // end of contents div
 }
 
-mpPrintPageFooter(TRUE);
+mpPrintPageFooter(FALSE);
 ?>
\ No newline at end of file