From 95f4b901726c9c68de2b57921ba5a030fc8fe109 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 30 Mar 2007 07:46:15 +0000 Subject: [PATCH] XHTML fix. Credit goes to Jeff Graham. MDL-9103 Merged from MOODLE_18_STABLE --- admin/xmldb/actions/edit_key/edit_key.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5