From 14a53278c970168c0cf8b4d8f46c7231090c0bdd Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 14 Dec 2005 14:32:28 +0000 Subject: [PATCH] xhtml 1.1 now default --- include/tpl/config_local.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5