aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl/archtocentry.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/archtocentry.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/archtocentry.html')
-rw-r--r--templates/pl/archtocentry.html21
1 files changed, 9 insertions, 12 deletions
diff --git a/templates/pl/archtocentry.html b/templates/pl/archtocentry.html
index b543692a..b880e823 100644
--- a/templates/pl/archtocentry.html
+++ b/templates/pl/archtocentry.html
@@ -1,12 +1,9 @@
-
- <tr>
- <td>%(archivelabel)s:</td>
- <td>
- <A href="%(archive)s/thread.html">[ Wątku ]</a>
- <A href="%(archive)s/subject.html">[ Tematu ]</a>
- <A href="%(archive)s/author.html">[ Autora ]</a>
- <A href="%(archive)s/date.html">[ Daty ]</a>
- </td>
- %(textlink)s
- </tr>
-
+ <tr>
+ <td>%(archivelabel)s:</td>
+ <td><a href="%(archive)s/thread.html">[ Wątku ]</a>
+ <a href="%(archive)s/subject.html">[ Tematu ]</a>
+ <a href="%(archive)s/author.html">[ Autora ]</a>
+ <a href="%(archive)s/date.html">[ Daty ]</a>
+ </td>
+ %(textlink)s
+ </tr>