diff options
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> + |