From 3ff7154a9c2458525edcfa80ffd757d80bfac676 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Wed, 4 May 2005 18:59:19 +0000 Subject: [PATCH] typo. --- lib/WebGUI/Icon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }