Remove blank line before closing raw.tmpl <article>/<div>.
authorW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 13:24:55 +0000 (09:24 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 13:24:55 +0000 (09:24 -0400)
When generating HTML, the blank line had lead to the unbalanced code:
  <p></div></p>

templates/raw.tmpl

index e25a827c23f679f53cd00cacf3b6b15c4e9bce35..30940674371dcba848d70fae84d5976e03863b12 100644 (file)
@@ -20,6 +20,4 @@
 <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>