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