Change copyright string

This commit is contained in:
Sergey Morozov 2014-11-14 22:44:44 +03:00
parent 5cf766ec92
commit d1a61c47d4
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class pageParts(object):
return(output)
def footer(self):
output = ' <br><p align = "center"><font color = "gray">&copy; 2010 Сергей Морозов, ОАО &laquo;Промышленно - строительное товарищество&raquo;</font></p>\n'
output = ' <br><p align = "center"><font color = "gray">&copy; 2010 Сергей Морозов</font></p>\n'
output += '</body>\n'
return(output)