diff --git a/lib/WebGUI/Icon.pm b/lib/WebGUI/Icon.pm index 55bd74465..8ab2f250a 100644 --- a/lib/WebGUI/Icon.pm +++ b/lib/WebGUI/Icon.pm @@ -318,7 +318,7 @@ sub moveBottomIcon { my ($output, $pageURL); $pageURL = $_[1] || $session{env}{PATH_INFO}; $output = ''; - $output .= ''WebGUI::International::get('Move To Bottom','Icon').''; + $output .= ''.WebGUI::International::get('Move To Bottom','Icon').''; return $output; }