From: Eloy Lafuente Date: Sat, 19 Dec 2009 11:03:03 +0000 (+0000) Subject: NOBUG: XHTML strict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dc98ad65de621c71c2a8d5014cb6b4f9a1bcc5d8;p=moodle.git NOBUG: XHTML strict --- diff --git a/theme/index.php b/theme/index.php index 61dff8439c..70bac97979 100644 --- a/theme/index.php +++ b/theme/index.php @@ -87,7 +87,7 @@ foreach ($themes as $themename => $themedir) { // link to the screenshot, now mandatory - the image path is hardcoded because we need image from other themes, not the current one - $screenshotpath = "$CFG->wwwroot/theme/image.php?theme=$themename&image=screenshot&component=theme"; + $screenshotpath = "$CFG->wwwroot/theme/image.php?theme=$themename&image=screenshot&component=theme"; // Contents of the first screenshot/preview cell. $row[] = "\"$themename\"";