From: garvinhicking Date: Wed, 14 Dec 2005 14:32:28 +0000 (+0000) Subject: xhtml 1.1 now default X-Git-Tag: 1.0~231 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=14a53278c970168c0cf8b4d8f46c7231090c0bdd;p=s9y.git xhtml 1.1 now default --- diff --git a/include/tpl/config_local.inc.php b/include/tpl/config_local.inc.php index 84d4497..205d710 100644 --- a/include/tpl/config_local.inc.php +++ b/include/tpl/config_local.inc.php @@ -394,7 +394,7 @@ 'description' => INSTALL_XHTML11_DESC, 'type' => 'bool', 'permission' => 'siteConfiguration', - 'default' => false), + 'default' => true), array('var' => 'enablePopup', 'title' => INSTALL_POPUP,