diff --git a/ui-lib.pl b/ui-lib.pl
index 46ae21a3a..3d907d843 100755
--- a/ui-lib.pl
+++ b/ui-lib.pl
@@ -718,8 +718,8 @@ sub ui_textbox
return &theme_ui_textbox(@_) if (defined(&theme_ui_textbox));
my ($name, $value, $size, $dis, $max, $tags) = @_;
$size = &ui_max_text_width($size);
-return "";
diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl
index 3bba397aa..220ec2d2a 100755
--- a/web-lib-funcs.pl
+++ b/web-lib-funcs.pl
@@ -1703,7 +1703,7 @@ my ($w, $h) = (400, 300);
if ($gconfig{'db_sizefile'}) {
($w, $h) = split(/x/, $gconfig{'db_sizefile'});
}
-return "\n";
+return "\n";
}
=head2 popup_window_button(url, width, height, scrollbars?, &field-mappings)