Fix page formatting

This commit is contained in:
Sergey Morozov 2014-11-27 00:49:41 +03:00
parent 082fd43978
commit 459640a6c1
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ class pageParts(object):
except:
None
output += ' </td>\n'
output += ' <td>\n'
output += ' <p align = "right"><a href="view-all.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Все журналы</a> <a href="index.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Сегодня</a> <a href="index.py?day=%s&month=%s&year=%s" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Завтра</a></p>\n' % (self.tomorrow.day, self.tomorrow.month, self.tomorrow.year)
output += ' <td align = "right">\n'
output += ' <a href="view-all.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Все журналы</a> <a href="index.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Сегодня</a> <a href="index.py?day=%s&month=%s&year=%s" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Завтра</a>\n' % (self.tomorrow.day, self.tomorrow.month, self.tomorrow.year)
output += ' </td>\n'
output += ' </tr>\n'
output += ' </table>\n'