diff options
Diffstat (limited to 'templates/gititemcommit.qtpl.go')
-rw-r--r-- | templates/gititemcommit.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemcommit.qtpl.go b/templates/gititemcommit.qtpl.go index 13c1fa9..f94a1c2 100644 --- a/templates/gititemcommit.qtpl.go +++ b/templates/gititemcommit.qtpl.go @@ -65,7 +65,7 @@ func (g *GitItemCommitPage) StreamGitContent(qw422016 *qt422016.Writer, name, re <div class="event-list"> `) //line gititemcommit.qtpl:13 - StreamCommit(qw422016, name, g.Commit) + StreamCommit(qw422016, name, g.Commit, true) //line gititemcommit.qtpl:13 qw422016.N().S(` </div> |