From 6e67465a8593b775ce9c613d43ce43710c9a2cf0 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 28 Mar 2013 17:53:00 +0400 Subject: [PATCH] Experiments. --- 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 4270c97..7673833 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 + '

' + result += '

' + report.text + '\n

' return result