changeset 461 | 717e71109645 |
parent 430 | ec90736b9cb9 |
child 504 | bc8e0e9ee01d |
--- 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 '<p>'; if($paths->rebuild_search_index(true)) - echo '<p>Index rebuilt!</p>'; + echo '</p><p>Index rebuilt!</p>'; else echo '<p>Index was not rebuilt due to an error.'; $template->footer();