Skip to content

Commit 6f0ea72

Browse files
committed
Fix rendering of author and committer on status page
Fixes #2729
1 parent 7fc936c commit 6f0ea72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ <h3>Commit information</h3>
147147
</tr>
148148
<tr>
149149
<td>Author</td>
150-
<td>{{>Author}} ({{>Author.When}}</td>
150+
<td>{{>Author.Name}} &lt;{{>Author.Email}}&gt; ({{>Author.When}})</td>
151151
</tr>
152152
<tr>
153153
<td>Committer</td>
154-
<td>{{>Committer}} ({{>Committer.When}}</td>
154+
<td>{{>Committer.Name}} &lt;{{>Committer.Email}}&gt; ({{>Committer.When}})</td>
155155
</tr>
156156
<tr>
157157
<td>Parents</td>

0 commit comments

Comments
 (0)