typo.
This commit is contained in:
parent
0fec2597d9
commit
3ff7154a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ sub moveBottomIcon {
|
||||||
my ($output, $pageURL);
|
my ($output, $pageURL);
|
||||||
$pageURL = $_[1] || $session{env}{PATH_INFO};
|
$pageURL = $_[1] || $session{env}{PATH_INFO};
|
||||||
$output = '<a href="'.WebGUI::URL::gateway($pageURL,$_[0]).'">';
|
$output = '<a href="'.WebGUI::URL::gateway($pageURL,$_[0]).'">';
|
||||||
$output .= '<img src="'._getBaseURL().'moveBottom.gif" align="middle" border="0" alt="'WebGUI::International::get('Move To Bottom','Icon').'" title="'.WebGUI::International::get('Move To Bottom','Icon').'" /></a>';
|
$output .= '<img src="'._getBaseURL().'moveBottom.gif" align="middle" border="0" alt="'.WebGUI::International::get('Move To Bottom','Icon').'" title="'.WebGUI::International::get('Move To Bottom','Icon').'" /></a>';
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue