diff -r 3a1c99845ca8 -r 717e71109645 plugins/SpecialSearch.php --- a/plugins/SpecialSearch.php Sun Feb 24 12:52:07 2008 -0500 +++ b/plugins/SpecialSearch.php Sun Feb 24 17:50:38 2008 -0500 @@ -46,8 +46,9 @@ } $template->header(); @set_time_limit(0); + echo '

'; if($paths->rebuild_search_index(true)) - echo '

Index rebuilt!

'; + echo '

Index rebuilt!

'; else echo '

Index was not rebuilt due to an error.'; $template->footer();