Fix page formatting
This commit is contained in:
parent
082fd43978
commit
459640a6c1
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue