diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm
index 2cad4a21c..855045274 100644
--- a/lib/WebGUI/Asset/Wobject/DataForm.pm
+++ b/lib/WebGUI/Asset/Wobject/DataForm.pm
@@ -119,7 +119,7 @@ sub _tonull {
sub _createTabInit {
my $id = shift;
my @tabCount = WebGUI::SQL->quickArray("select count(DataForm_tabId) from DataForm_tab where assetId=".quote($id));
- my $output = '';
+ my $output = '';
return $output;
}
@@ -857,14 +857,14 @@ sub www_editField {
-label=>WebGUI::International::get(24,"Asset_DataForm"),
-hoverHelp=>WebGUI::International::get('24 description',"Asset_DataForm"),
-value=>$field{possibleValues},
- -subtext=>'
'.WebGUI::International::get(85,"Asset_DataForm")
+ -subtext=>'
'.WebGUI::International::get(85,"Asset_DataForm")
);
$f->textarea(
-name=>"defaultValue",
-label=>WebGUI::International::get(25,"Asset_DataForm"),
-hoverHelp=>WebGUI::International::get('25 description',"Asset_DataForm"),
-value=>$field{defaultValue},
- -subtext=>'
'.WebGUI::International::get(85,"Asset_DataForm")
+ -subtext=>'
'.WebGUI::International::get(85,"Asset_DataForm")
);
if ($session{form}{fid} eq "new" && $session{form}{proceed} ne "manageAssets") {
$f->whatNext(
diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm
index 995bfd3b1..ff088fb6c 100644
--- a/lib/WebGUI/Asset/Wobject/Navigation.pm
+++ b/lib/WebGUI/Asset/Wobject/Navigation.pm
@@ -207,7 +207,7 @@ sub getEditForm {
-value=>$self->getValue("showUnprivilegedPages")
);
my $start = $self->getValue("startPoint");
- $tabform->getTab("properties")->raw("