From c349b0518141481952d39feb1b2d94d0a8d2425d Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 28 Feb 2007 15:34:56 +0000 Subject: [PATCH] XHTML Strrrrrrict! --- admin/xmldb/actions/edit_index/edit_index.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/xmldb/actions/edit_index/edit_index.class.php b/admin/xmldb/actions/edit_index/edit_index.class.php index e761f67ae2..40e98a210b 100644 --- a/admin/xmldb/actions/edit_index/edit_index.class.php +++ b/admin/xmldb/actions/edit_index/edit_index.class.php @@ -112,7 +112,7 @@ class edit_index extends XMLDBAction { if ($structure->getIndexUses($table->getName(), $index->getName())) { $disabled = ' disabled="disabled " '; } - $o.= ' '; + $o.= ' '; /// XMLDB key comment $o.= ' '; /// XMLDBIndex Type -- 2.39.5