diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-04-28 11:10:45 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-04-28 11:10:45 -0700 |
commit | ff4ec4aa4f5bdaa9ef354e574ab81351dde56cc3 (patch) | |
tree | b70a49112aa56a62194dc27fda45d5c070039700 /templates/nl/archtocentry.html | |
parent | 8f2ad9d29ddf901a04289b834be3f592fcd62a7e (diff) | |
download | mailman2-ff4ec4aa4f5bdaa9ef354e574ab81351dde56cc3.tar.gz mailman2-ff4ec4aa4f5bdaa9ef354e574ab81351dde56cc3.tar.xz mailman2-ff4ec4aa4f5bdaa9ef354e574ab81351dde56cc3.zip |
Updated Polish translation from Zbigniew Szalbot.
Fixed a few 'dos format' files and file modes.
Diffstat (limited to 'templates/nl/archtocentry.html')
-rw-r--r-- | templates/nl/archtocentry.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/nl/archtocentry.html b/templates/nl/archtocentry.html index 4148098a..ec2480b2 100644 --- a/templates/nl/archtocentry.html +++ b/templates/nl/archtocentry.html @@ -1,12 +1,12 @@ -
- <tr>
- <td>%(archivelabel)s:</td>
- <td>
- <A href="%(archive)s/thread.html">[ Draad ]</a>
- <A href="%(archive)s/subject.html">[ Onderwerp ]</a>
- <A href="%(archive)s/author.html">[ Auteur ]</a>
- <A href="%(archive)s/date.html">[ Datum ]</a>
- </td>
- %(textlink)s
- </tr>
-
+ + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Draad ]</a> + <A href="%(archive)s/subject.html">[ Onderwerp ]</a> + <A href="%(archive)s/author.html">[ Auteur ]</a> + <A href="%(archive)s/date.html">[ Datum ]</a> + </td> + %(textlink)s + </tr> + |