Skip to content

Commit c4bf6c4

Browse files
authored
Merge pull request #2730 from sharwell/fix-authors
Fix rendering of author and committer on status page
2 parents 16dc65e + 6f0ea72 commit c4bf6c4

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)