aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl/archtocnombox.html
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-02-18 15:12:13 -0800
committerMark Sapiro <mark@msapiro.net>2015-02-18 15:12:13 -0800
commitaac6cc903cfb4577455e80b9d2e02b45f9e7c903 (patch)
tree33d78acdaa82869fefbc7e3f06c1822c80d7c25b /templates/pl/archtocnombox.html
parentcfb35c4f60ce5a380edbfdf352631bdf0bc7d4e7 (diff)
downloadmailman2-aac6cc903cfb4577455e80b9d2e02b45f9e7c903.tar.gz
mailman2-aac6cc903cfb4577455e80b9d2e02b45f9e7c903.tar.xz
mailman2-aac6cc903cfb4577455e80b9d2e02b45f9e7c903.zip
The Polish translation has been updated by Stefan Plewako.
Diffstat (limited to 'templates/pl/archtocnombox.html')
-rw-r--r--templates/pl/archtocnombox.html32
1 files changed, 15 insertions, 17 deletions
diff --git a/templates/pl/archtocnombox.html b/templates/pl/archtocnombox.html
index 3f5ee3c5..e4a2ba87 100644
--- a/templates/pl/archtocnombox.html
+++ b/templates/pl/archtocnombox.html
@@ -1,18 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML>
- <HEAD>
- <title>Archiwum listy %(listname)s</title>
- <META NAME="robots" CONTENT="noindex,follow">
- %(meta)s
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <h1>Archiwum listy %(listname)s</h1>
- <p>
- Odwiedź <a href="%(listinfo)s">stronę informacyjną tej listy</a>.
- </p>
- %(noarchive_msg)s
- %(archive_listing_start)s
- %(archive_listing)s
- %(archive_listing_end)s
- </BODY>
- </HTML>
+<html>
+ <head>
+ <title>Archiwum listy %(listname)s</title>
+ <meta name="robots" content="noindex,follow">
+ %(meta)s
+ </head>
+ <body bgcolor="#ffffff">
+ <h1>Archiwum listy %(listname)s</h1>
+ <p>Odwiedź <a href="%(listinfo)s">stronę informacyjną tej listy</a>.</p>
+ %(noarchive_msg)s
+ %(archive_listing_start)s
+ %(archive_listing)s
+ %(archive_listing_end)s
+ </body>
+</html>