From: Chris Ball Date: Mon, 6 Sep 2010 19:54:10 +0000 (-0400) Subject: cfbe: API: bug.comment.From -> bug.comment.author X-Git-Tag: 1.0.0~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3099e08c62410f16e99393ba09b36e79c0fa53ab;p=be.git cfbe: API: bug.comment.From -> bug.comment.author --- 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 @@

Comments

{% for comment in bug.comments() %}
-

{{ comment.From|striptags|e }} said:

+

{{ comment.author|striptags|e }} said:

{{ comment.body|trim|e }}