User page code for user/group admin
[gwvp.git] / gwvplib / gwvpweb.php
index 474cdff..01215ab 100644 (file)
@@ -89,7 +89,7 @@ function gwvp_goMainPage($bodyFunction = null)
        echo "<table width=\"100%\">";
 
        if(isset($_SESSION["message"])) {
-               echo "<tr width=\"100%\"><td>";
+               echo "<tr width=\"100%\"><td colspan=\"2\">";
                gwvp_MessageBuilder();
                echo "</td></tr>";
        }