# HG changeset patch # User Franck Deroche # Date 1193922421 25200 # Node ID 710fe2fd2ff7f90ca352bd70493416ebe87923fa # Parent 8cbb4f4d890b3771ebe89a14a703f997207cac39 Suppression des attributs dans Template::NS, rendant le blog conforme XHTML diff -r 8cbb4f4d890b -r 710fe2fd2ff7 includes/class.skeleton.php --- 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();