aboutsummaryrefslogtreecommitdiff
path: root/html/register.phtml
diff options
context:
space:
mode:
authorDavid Aspinall1999-12-01 19:32:06 +0000
committerDavid Aspinall1999-12-01 19:32:06 +0000
commit7feb9df3a70667b319874f1b332fa954a320b327 (patch)
tree44aa9d41dd3bff94529a0f52f008034fb2615306 /html/register.phtml
parentfc44fb0285509f3ea5abf697f9309f8f0616eb26 (diff)
Fix HTML errors.
Diffstat (limited to 'html/register.phtml')
-rw-r--r--html/register.phtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/register.phtml b/html/register.phtml
index b4a40943..5772d9b6 100644
--- a/html/register.phtml
+++ b/html/register.phtml
@@ -44,14 +44,17 @@ again, so return to <?php link_root("download","the download page.") ?>
<td width="70%"><input type=text name="name" size="40"
value="<?php echo $name;?>"></td>
</tr>
+<tr>
<td width="30%">Email address:</td>
<td width="70%"><input type=text name="email" size="40"
value="<?php echo $email;?>"></td>
</tr>
+<tr>
<td width="30%">Site name:</td>
<td width="70%"><input type=text name="site" size="40"
value="<?php echo $site;?>"></td>
</tr>
+<tr>
<td width="30%"><input type=checkbox name="mailinglist"
<?php if ($mailinglist) print "checked"; ?>></td>
<td width="70%">Please add me to the mailing list.</td>