diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php index 46e6bd8c6..dd2aa2ca0 100644 --- a/inc/html.php +++ b/inc/html.php @@ -363,10 +363,10 @@ function html_search(){ //show progressbar print '<div class="centeralign" id="dw__loading">'; - print '<br /></div>'; print '<script type="text/javascript" charset="utf-8">'; - print 'showLoadBar("dw__loading");'; + print 'showLoadBar();'; print '</script>'; + print "<br /></div>\n"; flush(); //do quick pagesearch |