From d90cb507f3c19cf9181532e4aa3bae06afc14a35 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 30 Mar 2007 07:44:29 +0000 Subject: [PATCH] XHTML fix. Credit goes to Jeff Graham. MDL-9103 --- 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 5cd2f2385d1..5cf458b0bd0 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