diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-02-21 13:37:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-21 13:37:07 -0400 |
commit | 1184f59c867fc7834ee1335cc0b6a91716e222cc (patch) | |
tree | 6651223f4c59bbff2d7eb02277aa24f7f59aad4a | |
parent | 92eb8b009b8881c74d246f8b54a133e833a62469 (diff) | |
download | ikiwiki-1184f59c867fc7834ee1335cc0b6a91716e222cc.tar ikiwiki-1184f59c867fc7834ee1335cc0b6a91716e222cc.tar.gz |
balance end tag
-rw-r--r-- | doc/templates/gitbranch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates/gitbranch.mdwn b/doc/templates/gitbranch.mdwn index 2df75097f..10ff4de83 100644 --- a/doc/templates/gitbranch.mdwn +++ b/doc/templates/gitbranch.mdwn @@ -7,7 +7,7 @@ Branch: <TMPL_IF browse> </TMPL_IF><br /> <TMPL_IF author> Author: <TMPL_VAR author><br /> -<TMPL_IF> +</TMPL_IF> </span> <TMPL_UNLESS branch> This template is used to create an infobox for a git branch. It uses |