Fix typo in Form/Keywords.
This commit is contained in:
parent
7d3cd42c27
commit
f11f39e3bb
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