From: stronk7 Date: Fri, 30 Mar 2007 07:46:15 +0000 (+0000) Subject: XHTML fix. Credit goes to Jeff Graham. MDL-9103 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95f4b901726c9c68de2b57921ba5a030fc8fe109;p=moodle.git XHTML fix. Credit goes to Jeff Graham. MDL-9103 Merged from MOODLE_18_STABLE --- diff --git a/admin/xmldb/actions/edit_key/edit_key.class.php b/admin/xmldb/actions/edit_key/edit_key.class.php index 5cd2f2385d..5cf458b0bd 100644 --- a/admin/xmldb/actions/edit_key/edit_key.class.php +++ b/admin/xmldb/actions/edit_key/edit_key.class.php @@ -112,7 +112,7 @@ class edit_key extends XMLDBAction { if ($structure->getKeyUses($table->getName(), $key->getName())) { $disabled = ' disabled="disabled " '; } - $o.= ' '; + $o.= ' '; /// XMLDB key comment $o.= ' '; /// XMLDBKey Type