summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormailman1998-03-31 00:01:39 +0000
committermailman1998-03-31 00:01:39 +0000
commitdcf0cad7ef5863b5753283a3affb714b462b5a96 (patch)
tree63c444077208cdfa7b580ffc970d16fa2da94863
parentddfaf42a4701d57f9ac6503bd0c01cdf724b4ecf (diff)
downloadmailman-dcf0cad7ef5863b5753283a3affb714b462b5a96.tar.gz
mailman-dcf0cad7ef5863b5753283a3affb714b462b5a96.tar.zst
mailman-dcf0cad7ef5863b5753283a3affb714b462b5a96.zip
Move the subscribe-form start/end so they perfectly bracket the table,
rather than being woven within it. This should prevent more strict browser from choking on illegitemate (though orthogonal) nesting.
-rw-r--r--templates/listinfo.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/templates/listinfo.html b/templates/listinfo.html
index 1974f29e7..476d9a1a4 100644
--- a/templates/listinfo.html
+++ b/templates/listinfo.html
@@ -5,26 +5,27 @@
</HEAD>
<BODY BGCOLOR="#ffffff">
+ <MM-Subscribe-Form-Start>
<P>
- <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">
- <TR>
- <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER">
- <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> --
- <MM-List-Description></FONT></B>
- </TD>
- </TR>
- <tr>
- <td colspan="2">
- <p>&nbsp;
- </td>
- </tr>
- <tr>
- <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
- <B><FONT COLOR="#000000">About <MM-List-Name></FONT></B>
- </TD>
- </TR>
- <tr>
- <td colspan="2">
+ <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5">
+ <TR>
+ <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER">
+ <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> --
+ <MM-List-Description></FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td colspan="2">
+ <p>&nbsp;
+ </td>
+ </tr>
+ <tr>
+ <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0">
+ <B><FONT COLOR="#000000">About <MM-List-Name></FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <td colspan="2">
<P><MM-List-Info></P>
<p> To see the collection of prior postings to the list,
visit the <MM-Archive><MM-List-Name> Archives</MM-Archive>.
@@ -57,7 +58,6 @@
form.
<MM-List-Subscription-Msg>
<ul>
- <MM-Subscribe-Form-Start>
<TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2"
WIDTH="70%" HEIGHT= "112">
<TR>
@@ -92,8 +92,8 @@
<tr>
<td colspan="3">
<center><MM-Subscribe-Button></P></center>
- <MM-Form-End>
</TABLE>
+ <MM-Form-End>
</ul>
</td>
</tr>