Fix HTML formatting
This commit is contained in:
parent
8151d72c30
commit
082fd43978
|
@ -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'\
|
||||||
|
|
Loading…
Reference in New Issue