---
 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>
-- 
1.7.0.4


_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to