aboutsummaryrefslogtreecommitdiffstats
path: root/templates/pl/archtocentry.html
diff options
context:
space:
mode:
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>