diff options
Diffstat (limited to 'templates/navbar.qtpl.go')
-rw-r--r-- | templates/navbar.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/navbar.qtpl.go b/templates/navbar.qtpl.go index 6411b53..806df94 100644 --- a/templates/navbar.qtpl.go +++ b/templates/navbar.qtpl.go @@ -134,7 +134,7 @@ func StreamGitItemNav(qw422016 *qt422016.Writer, name, ref string, s GitSelectio //line navbar.qtpl:41 qw422016.N().S(` <div class="row"> - <h3>`) + <h3 id="name">`) //line navbar.qtpl:43 qw422016.E().S(name) //line navbar.qtpl:43 |