Fix HTML formatting

This commit is contained in:
Sergey Morozov 2014-11-15 00:57:33 +03:00
parent 8151d72c30
commit 082fd43978
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class pageParts(object):
output += ' <p><input type="submit" value = "Перейти" /></p>\n' output += ' <p><input type="submit" value = "Перейти" /></p>\n'
output += ' </form>\n' output += ' </form>\n'
if len(records) == 0: if len(records) == 0:
output += '<H3>Записи отсутствуют.</H3>' output += ' <H3>Записи отсутствуют.</H3>\n'
else: else:
output += ' <table width = "100%" bordercolor = "black" border = "1" cellspacing = "0" rules = "all" frame = "border">\n'\ output += ' <table width = "100%" bordercolor = "black" border = "1" cellspacing = "0" rules = "all" frame = "border">\n'\
' <tr align = "center" bgcolor="#336299" style = "color: white;">\n'\ ' <tr align = "center" bgcolor="#336299" style = "color: white;">\n'\