diff options
| -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> |
