Message ID | 20120529032438.7635.17169.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/templates/dashboard_app/test_result_detail.html' --- dashboard_app/templates/dashboard_app/test_result_detail.html 2011-09-27 21:00:31 +0000 +++ dashboard_app/templates/dashboard_app/test_result_detail.html 2012-05-28 08:01:53 +0000 @@ -100,7 +100,7 @@ <dt>{% trans "Message from the log file:" %}</dt> <dd> {% if test_result.message %} - <code>{{ test_result.message }}</code> + <code>{{ test_result.message|linebreaks }}</code> {% else %} <i>{% trans "information not provided" %}</i> {% endif %}