diff options
| author | David Aspinall | 1999-12-01 19:32:06 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-12-01 19:32:06 +0000 |
| commit | 7feb9df3a70667b319874f1b332fa954a320b327 (patch) | |
| tree | 44aa9d41dd3bff94529a0f52f008034fb2615306 /html/register.phtml | |
| parent | fc44fb0285509f3ea5abf697f9309f8f0616eb26 (diff) | |
Fix HTML errors.
Diffstat (limited to 'html/register.phtml')
| -rw-r--r-- | html/register.phtml | 3 |
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> |
