--- zogiLib/zogiLib.py 2006/11/14 09:47:20 1.67 +++ zogiLib/zogiLib.py 2007/05/04 14:20:42 1.68 @@ -901,7 +901,7 @@ def manage_addZogiLibPageTemplate(self, id = 'main_%s'%layout self._setObject(id, zogiLibPageTemplate(id)) ob = getattr(self, id) - ob.pt_edit(open(os.path.join(package_home(globals()),'zpt/main_%s.zpt'%layout)).read(),None) + ob.pt_edit(open(os.path.join(package_home(globals()),'zpt/main_%s.zpt'%layout)).read(),'text/html') if title: ob.pt_setTitle(title) try: