From 10925e006bf43edc79331fbe601e09a28c43df2b Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Jun 2024 19:21:34 +0200 Subject: fix: Reduce some redirects --- templates/gitlist.qtpl.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/gitlist.qtpl.go') 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 + qw422016.N().S(`/">log tree + qw422016.N().S(`/">tree refs + qw422016.N().S(`/refs/">refs

`) -- cgit v1.2.3