diff options
| author | bwarsaw | 2003-04-17 04:44:05 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-04-17 04:44:05 +0000 |
| commit | c45188b2ef4cccabfb32d4ccd731cc4da47e5645 (patch) | |
| tree | 03c0eb4720027ade7ff4a6cc82668efb07a7462d | |
| parent | a4fa261c145527bdffe73cc35f8ea7d62dde7d20 (diff) | |
| download | mailman-c45188b2ef4cccabfb32d4ccd731cc4da47e5645.tar.gz mailman-c45188b2ef4cccabfb32d4ccd731cc4da47e5645.tar.zst mailman-c45188b2ef4cccabfb32d4ccd731cc4da47e5645.zip | |
Fixed broken French template, reported and fixed by Sylvain Langlade.
| -rw-r--r-- | templates/fr/private.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/fr/private.html b/templates/fr/private.html index 42a9989ff..3947f80b0 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> |
