aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/mailinglist.phtml
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-12-01 19:32:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-12-01 19:32:06 +0000
commit7feb9df3a70667b319874f1b332fa954a320b327 (patch)
tree44aa9d41dd3bff94529a0f52f008034fb2615306 /html/mailinglist.phtml
parentfc44fb0285509f3ea5abf697f9309f8f0616eb26 (diff)
Fix HTML errors.
Diffstat (limited to 'html/mailinglist.phtml')
-rw-r--r--html/mailinglist.phtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/html/mailinglist.phtml b/html/mailinglist.phtml
index a01089ec..dd63aafc 100644
--- a/html/mailinglist.phtml
+++ b/html/mailinglist.phtml
@@ -48,21 +48,23 @@ announcements. No junk mail will be forwarded to list members.
<td width="30%">Your name:</td>
<td width="70%"><input type=text name="name" size="40"></td>
</tr>
+<tr>
<td width="30%">Email address:</td>
<td width="70%"><input type=text name="email" size="40"></td>
</tr>
+<tr>
<td width="30%"><input type=radio name="subscribe" value="yes" checked></td>
<td width="70%">Please add me to the mailing list.</td>
</tr>
-</tr>
+<tr>
<td width="30%"><input type=radio name="subscribe" value="no"></td>
<td width="70%">Please remove me from the mailing list.</td>
</tr>
</table>
<input type=submit value="Send request">
</form>
+<p>
</p>
-
<?php
click_to_go_back();
footer();