From: toyomoyo Date: Tue, 19 Dec 2006 06:19:16 +0000 (+0000) Subject: removing extra tag MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b1b5e868294a8d12d97940693694deef4b62897c;p=moodle.git removing extra tag MDL-7861 --- diff --git a/admin/replace.php b/admin/replace.php index 5a9ee0c957..561054f1a2 100644 --- a/admin/replace.php +++ b/admin/replace.php @@ -25,10 +25,10 @@ if (!data_submitted() or !$search or !$replace or !confirm_sesskey()) { /// Pr print_simple_box_start('center'); echo '
'; echo '
'; - echo ''; - echo 'Search whole database for:
'; - echo 'Replace with this string:

'; - echo '
'; + echo ''; + echo 'Search whole database for:
'; + echo 'Replace with this string:
'; + echo '
'; echo '
'; echo '
'; print_simple_box_end();