From dc98ad65de621c71c2a8d5014cb6b4f9a1bcc5d8 Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Sat, 19 Dec 2009 11:03:03 +0000 Subject: [PATCH] NOBUG: XHTML strict --- theme/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\""; -- 2.39.5