summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-10-05 23:16:38 -0700
committerArun Persaud <apersaud@lbl.gov>2011-10-05 23:16:38 -0700
commit82a95233b5eec850096bae969d5dd70105c65586 (patch)
tree8cd6d9f577e50ece0782e26cdbc964d87f113d00
parent1091c169df7d9ea3c68adbdd15a223efc4adb328 (diff)
downloade-DoKo-82a95233b5eec850096bae969d5dd70105c65586.tar.gz
e-DoKo-82a95233b5eec850096bae969d5dd70105c65586.tar.bz2
e-DoKo-82a95233b5eec850096bae969d5dd70105c65586.zip
fixed some validation errors (css/html)
-rw-r--r--css/standard.css4
-rw-r--r--include/welcome.php5
2 files changed, 4 insertions, 5 deletions
diff --git a/css/standard.css b/css/standard.css
index b6d1446..4870c4c 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -655,7 +655,7 @@ ul.loginregister {
width: 24em;
margin: 0.25em auto;
margin-top: 1.0em;
- padding: 0.0 em;
+ padding: 0.0em;
padding-top:0.5em;
text-align: right;
z-index: 1;
@@ -679,7 +679,7 @@ ul.loginregister li:hover {background-color: #aaa; }
.login fieldset{
width: 24em;
margin: 0.0em auto;
- margin-bottom: 0.5 em;
+ margin-bottom: 0.5em;
padding: 0.5em 0.5em 1.5em;
text-align: center;
}
diff --git a/include/welcome.php b/include/welcome.php
index c7ec358..475d47f 100644
--- a/include/welcome.php
+++ b/include/welcome.php
@@ -124,7 +124,6 @@ echo "<p> Play Doppelkopf online.</p>".
?>
</td>
</tr><tr>
- </tr><tr>
<?php
/* random number to select robotproof question */
$rand_number = mt_rand(0,3); /* to get numbers between 0 and 4 */
@@ -132,7 +131,7 @@ echo "<p> Play Doppelkopf online.</p>".
?>
<td><label for="Robotproof">Please answer this question: <?php echo output_robotproof($rand_number); ?></label></td>
<?php
- echo "<td><input type=\"text\" id=\"$Robotproof\" name=\"$Robotproof\" size=\"20\" maxlength=\"30\" /></td>\n";
+ echo "<td><input type=\"text\" id=\"Robotproof\" name=\"$Robotproof\" size=\"20\" maxlength=\"30\" /></td>\n";
?>
</tr><tr>
<td colspan="2"> <input type="submit" value="register" /></td>
@@ -140,7 +139,7 @@ echo "<p> Play Doppelkopf online.</p>".
</table>
<?php if($openid_url=='')
echo "<p><br /><strong> IMPORTANT: passwords are going over the net as clear text, so pick an easy password. ".
- "No need to pick anything complicated here ;)</strong><p/>";
+ "No need to pick anything complicated here ;)</strong></p>";
echo "<p> <strong>N.B. Your email address will be exposed to other players whom you play games with. ";
echo "</strong></p>";