]> git.mjollnir.org Git - moodle.git/commitdiff
removing extra tag MDL-7861
authortoyomoyo <toyomoyo>
Tue, 19 Dec 2006 06:19:16 +0000 (06:19 +0000)
committertoyomoyo <toyomoyo>
Tue, 19 Dec 2006 06:19:16 +0000 (06:19 +0000)
admin/replace.php

index 5a9ee0c957fd2a2e9c4d715e1415b700c8418137..561054f1a2c16366b5a7e4f0560d0b7ad31f4699 100644 (file)
@@ -25,10 +25,10 @@ if (!data_submitted() or !$search or !$replace or !confirm_sesskey()) {   /// Pr
     print_simple_box_start('center');
     echo '<div align="center">';
     echo '<form action="replace.php" method="post">';
-    echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'">';
-    echo 'Search whole database for: <input type="text" name="search"><br />';
-    echo 'Replace with this string: <input type="text" name="replace"><br /></br />';
-    echo '<input type="submit" value="Yes, do it now"><br />';
+    echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />';
+    echo 'Search whole database for: <input type="text" name="search" /><br />';
+    echo 'Replace with this string: <input type="text" name="replace" /><br />';
+    echo '<input type="submit" value="Yes, do it now" /><br />';
     echo '</form>';
     echo '</div>';
     print_simple_box_end();