diff options
| author | bwarsaw | 2002-11-04 19:36:05 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-04 19:36:05 +0000 |
| commit | fc94b38b91a6d0501a17ca4dde9647cfd34058d0 (patch) | |
| tree | fa859be6e0ef2c3f79fb6edefa5374d32c1eac59 | |
| parent | 7f9ea18eb6e7d79b3346d7eeb88195065f8eb18b (diff) | |
| download | mailman-fc94b38b91a6d0501a17ca4dde9647cfd34058d0.tar.gz mailman-fc94b38b91a6d0501a17ca4dde9647cfd34058d0.tar.zst mailman-fc94b38b91a6d0501a17ca4dde9647cfd34058d0.zip | |
| -rw-r--r-- | templates/en/article.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/en/article.html b/templates/en/article.html index 6fd53ab99..38dbc5543 100644 --- a/templates/en/article.html +++ b/templates/en/article.html @@ -11,10 +11,8 @@ %(next)s </HEAD> <BODY BGCOLOR="#ffffff"> - <H1>%(subject_html)s - </H1> - <B>%(author_html)s - </B> + <H1>%(subject_html)s</H1> + <B>%(author_html)s</B> <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s" TITLE="%(subject_html)s">%(email_html)s </A><BR> @@ -45,4 +43,8 @@ <a href="author.html#%(sequence)s">[ author ]</a> </LI> </UL> + +<hr> +<a href="%(listurl)s">More information about the %(listname)s +mailing list</a><br> </body></html> |
