diff options
Diffstat (limited to 'templates/fr')
-rw-r--r-- | templates/fr/listinfo.html | 4 | ||||
-rw-r--r-- | templates/fr/private.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/fr/listinfo.html b/templates/fr/listinfo.html index 0d27df31..e89c27d9 100644 --- a/templates/fr/listinfo.html +++ b/templates/fr/listinfo.html @@ -1,4 +1,4 @@ -<!-- $Revision: 6291 $ --> +<!-- $Revision: 6353 $ --> <html> <head> <title>Page d'infos de <MM-List-Name></title> @@ -73,7 +73,7 @@ </tr> <tr> <td bgcolor="#dddddd" width="55%">Votre nom (facultatif):</td> - <td width="33%"><mm-fullname-box</td> + <td width="33%"><mm-fullname-box></td> <td width="12%"> </td> </tr> <tr> diff --git a/templates/fr/private.html b/templates/fr/private.html index 42a9989f..3947f80b 100644 --- a/templates/fr/private.html +++ b/templates/fr/private.html @@ -5,7 +5,7 @@ </head> <body bgcolor="#ffffff"> -<form method="post" action="%(action)s/"></form> +<form method="post" action="%(action)s/"> %(message)s <table width="100%%" border="0" cellspacing="4" cellpadding="5"> <tr> |