Fix typo in Form/Keywords.
This commit is contained in:
parent
48823bd922
commit
04917e695c
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ sub toHtml {
|
|||
|
||||
my $name = $self->generateIdParameter($self->get('name'));
|
||||
my $autocompleteDiv = $self->privateName('autocomplete');
|
||||
my $pageUrl = $url->page;
|
||||
my $pageUrl = $self->session->url->page;
|
||||
my $output
|
||||
= '<div class="yui-skin-sam webgui-keywords-autocomplete"><div>' . $self->SUPER::toHtml
|
||||
. '<div id="' . $autocompleteDiv . '"></div>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue