From a8efad5ff963bbd437e01e2808358d000f0d3019 Mon Sep 17 00:00:00 2001 From: handlerug Date: Fri, 2 Jul 2021 22:25:36 +0700 Subject: [PATCH] Remove href from hash link --- views/history.qtpl | 2 +- views/history.qtpl.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/history.qtpl b/views/history.qtpl index 8ad9b46..bdece41 100644 --- a/views/history.qtpl +++ b/views/history.qtpl @@ -92,7 +92,7 @@ if err != nil { - {%s rev.Hash %} + {%s rev.Hash %} {% if rev.Username != "anon" %} diff --git a/views/history.qtpl.go b/views/history.qtpl.go index 8e9ef68..a306107 100644 --- a/views/history.qtpl.go +++ b/views/history.qtpl.go @@ -306,7 +306,7 @@ func streamrecentChangesEntry(qw422016 *qt422016.Writer, rev history.Revision) { //line views/history.qtpl:93 qw422016.N().S(` - `) + `) //line views/history.qtpl:95 qw422016.E().S(rev.Hash) //line views/history.qtpl:95