From 89d5aed3c1b57f4eb7027e065fa86621c28a7947 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 28 Mar 2013 17:54:16 +0400 Subject: [PATCH] Finalize UI. --- tabula/tabula/windc/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabula/tabula/windc/api.py b/tabula/tabula/windc/api.py index 7673833..59e105d 100644 --- a/tabula/tabula/windc/api.py +++ b/tabula/tabula/windc/api.py @@ -166,7 +166,7 @@ def get_status_message_for_service(request, service_id): result = "" for report in reports: - result += '

' + report.text + '\n

' + result += ' ' + report.text + '\n' return result