diff options
| author | bwarsaw | 2002-03-25 06:33:22 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-25 06:33:22 +0000 |
| commit | 5bac305e217d7070545426a01d151194b22de81f (patch) | |
| tree | d64675467f5d8ab41d06f97cd049b425ec46c8e8 | |
| parent | 8d4469f720b9d09af2878b1ed978150952d18dce (diff) | |
| download | mailman-5bac305e217d7070545426a01d151194b22de81f.tar.gz mailman-5bac305e217d7070545426a01d151194b22de81f.tar.zst mailman-5bac305e217d7070545426a01d151194b22de81f.zip | |
Fixed some broken tag placements which caused exceptions to occur in
the web ui when switching from one of the Chinese templates back to
some other language.
| -rw-r--r-- | templates/big5/listinfo.html | 4 | ||||
| -rw-r--r-- | templates/gb/listinfo.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/big5/listinfo.html b/templates/big5/listinfo.html index 7cd7ca196..52feafc6c 100644 --- a/templates/big5/listinfo.html +++ b/templates/big5/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 3855 $ --> +<!-- $Revision: 5012 $ --> <HTML> <HEAD> <TITLE><MM-List-Name> ¬ÛÃö¸ê°T</TITLE> @@ -6,7 +6,6 @@ </HEAD> <BODY BGCOLOR="#ffffff"> - <MM-Subscribe-Form-Start> <P> <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -27,6 +26,7 @@ <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> <MM-lang-form-start><MM-displang-box> <MM-list-langs> <MM-form-end> + <MM-Subscribe-Form-Start> </TD> </TR> <tr> diff --git a/templates/gb/listinfo.html b/templates/gb/listinfo.html index 12c00c5f1..e8c7e3bc6 100644 --- a/templates/gb/listinfo.html +++ b/templates/gb/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 3855 $ --> +<!-- $Revision: 5012 $ --> <HTML> <HEAD> <TITLE><MM-List-Name> Ïà¹ØÐÅÏ¢ </TITLE> @@ -6,7 +6,6 @@ </HEAD> <BODY BGCOLOR="#ffffff"> - <MM-Subscribe-Form-Start> <P> <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -27,6 +26,7 @@ <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> <MM-lang-form-start><MM-displang-box> <MM-list-langs> <MM-form-end> + <MM-Subscribe-Form-Start> </TD> </TR> <tr> |
