diff pics2/pics_app.py @ 96:259a484f691b

fix <head> tags
author paulo
date Sun, 08 Jul 2018 23:31:13 -0700
parents d521df55f56c
children
line diff
     1.1 --- a/pics2/pics_app.py	Sun Jul 08 02:46:02 2018 -0600
     1.2 +++ b/pics2/pics_app.py	Sun Jul 08 23:31:13 2018 -0700
     1.3 @@ -88,7 +88,7 @@
     1.4  	def _get_standard_html_doc(self, title):
     1.5  		root = html.HTML("html")
     1.6  	
     1.7 -		header = root.header
     1.8 +		header = root.head
     1.9  		header.link(rel="stylesheet", type="text/css", href=self._get_pics_url("index.css"))
    1.10  		header.title(title)
    1.11