]> git.mjollnir.org Git - s9y.git/commitdiff
xhtml 1.1 now default
authorgarvinhicking <garvinhicking>
Wed, 14 Dec 2005 14:32:28 +0000 (14:32 +0000)
committergarvinhicking <garvinhicking>
Wed, 14 Dec 2005 14:32:28 +0000 (14:32 +0000)
include/tpl/config_local.inc.php

index 84d4497f8e71eaa1dd7b3cde0da9c4581af99885..205d710d5621216ccfbba286bae399685d65ba1c 100644 (file)
                                           'description' => INSTALL_XHTML11_DESC,
                                           'type'        => 'bool',
                                           'permission'  => 'siteConfiguration',
-                                          'default'     => false),
+                                          'default'     => true),
 
                                     array('var'         => 'enablePopup',
                                           'title'       => INSTALL_POPUP,