diff options
Diffstat (limited to 'templates/gititemlog.qtpl.go')
| -rw-r--r-- | templates/gititemlog.qtpl.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemlog.qtpl.go b/templates/gititemlog.qtpl.go index 05950ed..2c9ce93 100644 --- a/templates/gititemlog.qtpl.go +++ b/templates/gititemlog.qtpl.go @@ -74,7 +74,7 @@ func (g *GitItemLogPage) StreamGitContent(qw422016 *qt422016.Writer, name, ref s  		qw422016.N().S(`    `)  //line templates/gititemlog.qtpl:16 -		StreamCommit(qw422016, name, c.Commit(), false) +		StreamCommit(qw422016, name, c, false)  //line templates/gititemlog.qtpl:16  		qw422016.N().S(`    `)  | 
