From 0a64a274ac65744f59bdafbe0d72c0bfce83fa87 Mon Sep 17 00:00:00 2001 From: Magnus Hovland Hoff Date: Sun, 7 Oct 2018 13:54:09 +0200 Subject: [PATCH] Bugfix. Anonymous edits would have a stray period. --- templates/diff.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/diff.html b/templates/diff.html index e22a8d2..1aacb2e 100644 --- a/templates/diff.html +++ b/templates/diff.html @@ -10,7 +10,7 @@

You are viewing the difference between two {{#consecutive?}}consecutive{{/consecutive}} revisions of this article. - {{#author}}This changeset was authored by {{.}}{{/author}}. + {{#author}}This changeset was authored by {{.}}.{{/author}}