From: moodler Date: Mon, 9 Jul 2007 03:56:58 +0000 (+0000) Subject: Merged formatting fix for MDL-7357 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95b31d202b8dcadc170bd5f5724985451b5020bf;p=moodle.git Merged formatting fix for MDL-7357 --- diff --git a/admin/xmldb/actions/check_indexes/check_indexes.class.php b/admin/xmldb/actions/check_indexes/check_indexes.class.php index 8ad40b12fd..f24026fe36 100644 --- a/admin/xmldb/actions/check_indexes/check_indexes.class.php +++ b/admin/xmldb/actions/check_indexes/check_indexes.class.php @@ -232,17 +232,16 @@ class check_indexes extends XMLDBAction { /// If we have found missing indexes inform about them if (count($missing_indexes)) { $r.= '

' . $this->str['yesmissingindexesfound'] . '

'; - $r.= ' '; } else { $r.= '

' . $this->str['nomissingindexesfound'] . '

'; }