projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a0c4b
)
Remove blank line before closing raw.tmpl <article>/<div>.
author
W. Trevor King
<wking@drexel.edu>
Tue, 5 Oct 2010 13:24:55 +0000
(09:24 -0400)
committer
W. 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
patch
|
blob
|
history
diff --git
a/templates/raw.tmpl
b/templates/raw.tmpl
index e25a827c23f679f53cd00cacf3b6b15c4e9bce35..30940674371dcba848d70fae84d5976e03863b12 100644
(file)
--- a/
templates/raw.tmpl
+++ b/
templates/raw.tmpl
@@
-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>