From 082fd43978c185ab5445a9e9abd22f2abc50ddd2 Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Sat, 15 Nov 2014 00:57:33 +0300 Subject: [PATCH] Fix HTML formatting --- include/webInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/webInterface.py b/include/webInterface.py index 51888a6..0c15b1b 100644 --- a/include/webInterface.py +++ b/include/webInterface.py @@ -212,7 +212,7 @@ class pageParts(object): output += '

\n' output += ' \n' if len(records) == 0: - output += '

Записи отсутствуют.

' + output += '

Записи отсутствуют.

\n' else: output += ' \n'\ ' \n'\