From 28311c08d49e8755382f1ed5bc7075ced33214c9 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 7 May 2009 17:30:25 +0000 Subject: [PATCH] fix default value for packed head tags. too dangerous to make default to on right now --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 7385d9618..847ed0614 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -459,7 +459,7 @@ sub definition { hoverHelp => $i18n->get('usePackedHeadTags description'), uiLevel => 7, fieldType => 'yesNo', - defaultValue => 1, + defaultValue => 0, }, isPackage=>{ label=>$i18n->get("make package"),