Skip to content

Commit

Permalink
Bugfix. Anonymous edits would have a stray period.
Browse files Browse the repository at this point in the history
  • Loading branch information
maghoff committed Oct 7, 2018
1 parent ccbabb8 commit 0a64a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>{{#title}}{{#.removed}}<span class="removed">{{.}}</span>{{/.removed}}{{#.sa
<p>
You are viewing the difference between two {{#consecutive?}}consecutive{{/consecutive}}
revisions of <a href="_by_id/{{article_id}}">this article</a>.
{{#author}}This changeset was authored by <a href="{{..author_link}}">{{.}}</a>{{/author}}.
{{#author}}This changeset was authored by <a href="{{..author_link}}">{{.}}</a>.{{/author}}
</p>

<p>
Expand Down

0 comments on commit 0a64a27

Please sign in to comment.