diff options
Diffstat (limited to 'interfaces')
-rw-r--r-- | interfaces/web/templates/bug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/web/templates/bug.html b/interfaces/web/templates/bug.html index 66993de..b6986a9 100644 --- a/interfaces/web/templates/bug.html +++ b/interfaces/web/templates/bug.html @@ -140,7 +140,7 @@ <h3>Comments</h3> {% for comment in bug.comments() %} <div class="bug-comment"> - <h4 class="bug-comment-header">{{ comment.From|striptags|e }} said:</h4> + <h4 class="bug-comment-header">{{ comment.author|striptags|e }} said:</h4> <p class="bug-comment-body">{{ comment.body|trim|e }}</p> <p class="bug-comment-footer">on {{ comment.time|datetimeformat }}</p> </div> |