projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3ab60
)
add missing </li>
author
Don Armstrong
<don@donarmstrong.com>
Mon, 17 Feb 2014 00:41:29 +0000
(16:41 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Mon, 17 Feb 2014 00:41:29 +0000
(16:41 -0800)
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index 99eeb22bc55258f123fb3324f6e8dc4aced72e29..d042d13ac05e8d65fd4885d0d6c36680114a3541 100644
(file)
--- a/
templates/page.tmpl
+++ b/
templates/page.tmpl
@@
-70,7
+70,7
@@
<TMPL_IF HAVE_ACTIONS>
<TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><div class="actions"></TMPL_IF>
<ul>
-<TMPL_IF BASEURL><li><a href="<TMPL_VAR BASEURL>">Home</a></TMPL_IF>
+<TMPL_IF BASEURL><li><a href="<TMPL_VAR BASEURL>">Home</a></
li></
TMPL_IF>
<TMPL_IF EDITURL>
<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
</TMPL_IF>