diff options
| -rw-r--r-- | templates/handle_opts.html | 3 | ||||
| -rw-r--r-- | templates/listinfo.html | 1 | ||||
| -rw-r--r-- | templates/options.html | 1 | ||||
| -rw-r--r-- | templates/subscribe.html | 3 |
4 files changed, 6 insertions, 2 deletions
diff --git a/templates/handle_opts.html b/templates/handle_opts.html index aee76b3ec..2baf000d3 100644 --- a/templates/handle_opts.html +++ b/templates/handle_opts.html @@ -1,7 +1,8 @@ <html> <body> +<title><MM-List-Name> <MM-Operation> Results</title> <h1><MM-List-Name> <MM-Operation> Results</h1> <MM-Results> <MM-Mailman-Footer> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/listinfo.html b/templates/listinfo.html index b4aace47c..d73d81337 100644 --- a/templates/listinfo.html +++ b/templates/listinfo.html @@ -1,5 +1,6 @@ <html> <body> +<title><MM-List-Name> -- <MM-List-Description></title> <h2><MM-List-Name> -- <MM-List-Description></h2> <ul> diff --git a/templates/options.html b/templates/options.html index e41efd916..5385bd642 100644 --- a/templates/options.html +++ b/templates/options.html @@ -1,5 +1,6 @@ <html> <body> +<title><MM-List-Name> Configuration for <MM-Presentable-User></title> <h2><MM-List-Name> Configuration for <MM-Presentable-User></h2> <hr> <ul> diff --git a/templates/subscribe.html b/templates/subscribe.html index 96535faa3..465fdcfc1 100644 --- a/templates/subscribe.html +++ b/templates/subscribe.html @@ -1,7 +1,8 @@ <html> <body> +<title><MM-List-Name> Subscription results</title> <h1><MM-List-Name> Subscription results</h1> <MM-Results> <MM-Mailman-Footer> </body> -</html>
\ No newline at end of file +</html> |
