diff options
author | Simon McVittie <smcv@debian.org> | 2014-02-21 18:35:02 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-02-21 18:35:02 +0000 |
commit | 3d0736dcba6074d92b86d0b5ac450812b2c15a70 (patch) | |
tree | a58f932743d5d1ee100031e6d3eeade773ca3e65 /doc/templates | |
parent | 0437084ce9cbcd254b2ec84c8582a780eebd2dc1 (diff) | |
download | ikiwiki-3d0736dcba6074d92b86d0b5ac450812b2c15a70.tar ikiwiki-3d0736dcba6074d92b86d0b5ac450812b2c15a70.tar.gz |
Fix template syntax, again
Diffstat (limited to 'doc/templates')
-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 62171bc60..753292cfe 100644 --- a/doc/templates/gitbranch.mdwn +++ b/doc/templates/gitbranch.mdwn @@ -1,7 +1,7 @@ <div class="infobox"> Available in a [[!taglink /git]] repository [[!taglink branch|/branches]].<br /> Branch: <TMPL_IF browse><a href="<TMPL_VAR browse>"></TMPL_IF><TMPL_VAR branch><TMPL_IF browse></a></TMPL_IF> -<TMPL_IF>Author: <TMPL_VAR author><br /></TMPL_IF> +<TMPL_IF author>Author: <TMPL_VAR author><br /></TMPL_IF> </div> <TMPL_UNLESS branch> This template is used to create an infobox for a git branch. It uses |