Mercurial > defr > DualBlog
diff includes/class.skeleton.php @ 26:710fe2fd2ff7
Suppression des attributs dans Template::NS, rendant le blog conforme XHTML
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Thu, 01 Nov 2007 06:07:01 -0700 |
parents | 86a6793f1408 |
children | 4cea8b128fdd |
line wrap: on
line diff
--- a/includes/class.skeleton.php Sun Oct 28 19:43:38 2007 +0100 +++ b/includes/class.skeleton.php Thu Nov 01 06:07:01 2007 -0700 @@ -10,6 +10,7 @@ public function __construct() { parent::__construct('main.xml'); + parent::shouldStripAttributesInTemplateNS(true); $this->styleSheets = array(); $this->addDefaultSheets(); $this->blogPosts = array();