From 459640a6c1dcb418f6c7d14b7b0d55f7600e802f Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Thu, 27 Nov 2014 00:49:41 +0300 Subject: [PATCH] Fix page formatting --- include/webInterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/webInterface.py b/include/webInterface.py index 0c15b1b..4dc18c2 100644 --- a/include/webInterface.py +++ b/include/webInterface.py @@ -150,8 +150,8 @@ class pageParts(object): except: None output += ' \n' - output += ' \n' - output += '

Все журналы Сегодня Завтра

\n' % (self.tomorrow.day, self.tomorrow.month, self.tomorrow.year) + output += ' \n' + output += ' Все журналы Сегодня Завтра\n' % (self.tomorrow.day, self.tomorrow.month, self.tomorrow.year) output += ' \n' output += ' \n' output += ' \n'