Change copyright string
This commit is contained in:
parent
5cf766ec92
commit
d1a61c47d4
|
@ -315,7 +315,7 @@ class pageParts(object):
|
||||||
return(output)
|
return(output)
|
||||||
|
|
||||||
def footer(self):
|
def footer(self):
|
||||||
output = ' <br><p align = "center"><font color = "gray">© 2010 Сергей Морозов, ОАО «Промышленно - строительное товарищество»</font></p>\n'
|
output = ' <br><p align = "center"><font color = "gray">© 2010 Сергей Морозов</font></p>\n'
|
||||||
output += '</body>\n'
|
output += '</body>\n'
|
||||||
return(output)
|
return(output)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue