Show
Ignore:
Timestamp:
09/26/09 10:45:22 (3 years ago)
Author:
todd
Message:

fixed: htmlpage doctypes now a more comprehesive data structure;
updated: we now default to the HTML5 doctype;
updated: we now send charset in our headers and embed content-type in a meta-tag on the page;
remove: obsolete Controls directory

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/TurtolCMS/BootStrap/AdminPage.py

    r1369 r1373  
    2727    Asset.__init__ (self, '$AdminLayout', ctx, types=['TurtolCMS.Types.HtmlLayout']) 
    2828    self['TurtolCMS.Types.HtmlLayout'] = { 
    29         'docType' : 'xml10trans' 
     29        'docType' : 'html' 
    3030      , 'tcmsLogo' : 'none' 
    3131      , 'wrapper' : True