Package: ikiwiki
Version: 3.20120202
Severity: minor

The generated HTML contains trailing whitespaces in the partlinks
because of page.tmpl.

diff --git a/templates/page.tmpl b/templates/page.tmpl
index 770ac23..6a99205 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -46,7 +46,7 @@
 <span>
 <span class="parentlinks">
 <TMPL_LOOP PARENTLINKS>
-<a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a>/ 
+<a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a>/
 </TMPL_LOOP>
 </span>
 <span class="title">

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to