]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict.
authortjhunt <tjhunt>
Tue, 6 Jan 2009 05:04:58 +0000 (05:04 +0000)
committertjhunt <tjhunt>
Tue, 6 Jan 2009 05:04:58 +0000 (05:04 +0000)
admin/xmldb/actions/delete_field/delete_field.class.php

index 57ad55ecc3cff2a5728d9a4dd3c345376e8dc2c7..5e3843cb8999c9d71e245a12fab84f5a3440a73b 100644 (file)
@@ -82,7 +82,7 @@ class delete_field extends XMLDBAction {
             $o.= '      </td><td>';
             $o.= '      <div class="singlebutton">';
             $o.= '        <form action="index.php?action=edit_table&amp;table=' . $tableparam . '&amp;dir=' . urlencode(str_replace($CFG->dirroot, '', $dirpath)) . '" method="post"><fieldset class="invisiblefieldset">';
-            $o.= '          <input type="submit" value="'. $this->str['no'] .'" /></div></form></fieldset>';
+            $o.= '          <input type="submit" value="'. $this->str['no'] .'" /></fieldset></form></div>';
             $o.= '      </td></tr>';
             $o.= '    </table>';
             $o.= '  </td></tr>';