diff options
Diffstat (limited to 'templates/gititemblob.qtpl')
-rw-r--r-- | templates/gititemblob.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemblob.qtpl b/templates/gititemblob.qtpl index 89d002d..f9bab3d 100644 --- a/templates/gititemblob.qtpl +++ b/templates/gititemblob.qtpl @@ -7,7 +7,7 @@ type GitItemBlobPage struct { {% func (g *GitItemBlobPage) Nav(name, ref string) %}{%= GitItemNav(name, ref, Tree) %}{% endfunc %} -{% func (g *GitItemBlobPage) GitContent() %} +{% func (g *GitItemBlobPage) GitContent(name, ref string) %} <div class="code-view"> {%z= g.Content %} </div> |