diff options
Diffstat (limited to 'templates/gitlist.qtpl.go')
-rw-r--r-- | templates/gitlist.qtpl.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/gitlist.qtpl.go b/templates/gitlist.qtpl.go index 435626e..f38c404 100644 --- a/templates/gitlist.qtpl.go +++ b/templates/gitlist.qtpl.go @@ -110,7 +110,7 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) { //line gitlist.qtpl:21 qw422016.E().S(r.Name) //line gitlist.qtpl:21 - qw422016.N().S(`">`) + qw422016.N().S(`/">`) //line gitlist.qtpl:21 qw422016.E().S(r.Name) //line gitlist.qtpl:21 @@ -131,7 +131,7 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) { //line gitlist.qtpl:26 qw422016.E().S(r.Ref) //line gitlist.qtpl:26 - qw422016.N().S(`">log</a> + qw422016.N().S(`/">log</a> <a href="/`) //line gitlist.qtpl:27 qw422016.E().S(r.Name) @@ -140,12 +140,12 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer) { //line gitlist.qtpl:27 qw422016.E().S(r.Ref) //line gitlist.qtpl:27 - qw422016.N().S(`">tree</a> + qw422016.N().S(`/">tree</a> <a href="/`) //line gitlist.qtpl:28 qw422016.E().S(r.Name) //line gitlist.qtpl:28 - qw422016.N().S(`/refs">refs</a> + qw422016.N().S(`/refs/">refs</a> </p> </div> `) |