Revert "Remove blank line before closing raw.tmpl <article>/<div>."
authorW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 15:21:40 +0000 (11:21 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 15:21:40 +0000 (11:21 -0400)
This reverts commit 165d1642544f94885e495b49d8f99512e3a8c125.

The problem that commit was trying to fix was due to a Markdown bug:
  http://ikiwiki.info/bugs/RecentChanges_contains_invalid_XHTML/
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421845

templates/raw.tmpl

index 30940674371dcba848d70fae84d5976e03863b12..e25a827c23f679f53cd00cacf3b6b15c4e9bce35 100644 (file)
@@ -20,4 +20,6 @@
 <span class="pagedate">
 Posted <TMPL_VAR CTIME>
 </span>
-<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF><TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>
+<TMPL_IF HTML5></footer><TMPL_ELSE></div></TMPL_IF>
+
+<TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>