Finalize UI.

This commit is contained in:
Timur Nurlygayanov 2013-03-28 17:54:16 +04:00
parent 6e67465a85
commit 89d5aed3c1
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def get_status_message_for_service(request, service_id):
result = ""
for report in reports:
result += '<p>' + report.text + '\n</p>'
result += ' ' + report.text + '\n'
return result