Mercurial > hg > index.fcgi > www > www-1
diff myrss/myrss_app.py @ 96:259a484f691b
fix <head> tags
author | paulo |
---|---|
date | Sun, 08 Jul 2018 23:31:13 -0700 |
parents | 8214951cb8e7 |
children | 9bd400576469 |
line diff
1.1 --- a/myrss/myrss_app.py Sun Jul 08 02:46:02 2018 -0600 1.2 +++ b/myrss/myrss_app.py Sun Jul 08 23:31:13 2018 -0700 1.3 @@ -120,7 +120,7 @@ 1.4 1.5 root = html.HTML("html") 1.6 1.7 - header = root.header 1.8 + header = root.head 1.9 header.title(page_title) 1.10 header.link(rel="stylesheet", type="text/css", href="index.css") 1.11