From: tjhunt <tjhunt> Date: Wed, 28 Feb 2007 15:34:56 +0000 (+0000) Subject: XHTML Strrrrrrict! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c349b0518141481952d39feb1b2d94d0a8d2425d;p=moodle.git XHTML Strrrrrrict! --- 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.= ' <tr valign="top"><td><label for="name" accesskey="n">Name:</label></td><td colspan="2"><input name="name" type="text" size="30" id="name"' . $disabled . 'value="' . s($index->getName()) . '" /></td></tr>'; + $o.= ' <tr valign="top"><td><label for="name" accesskey="n">Name:</label></td><td colspan="2"><input name="name" type="text" size="30" id="name"' . $disabled . ' value="' . s($index->getName()) . '" /></td></tr>'; /// XMLDB key comment $o.= ' <tr valign="top"><td><label for="comment" accesskey="c">Comment:</label></td><td colspan="2"><textarea name="comment" rows="3" cols="80" id="comment">' . s($index->getComment()) . '</textarea></td></tr>'; /// XMLDBIndex Type