]> git.mjollnir.org Git - moodle.git/commitdiff
NOBUG: XHTML strict
authorEloy Lafuente <stronk7@moodle.org>
Sat, 19 Dec 2009 11:03:03 +0000 (11:03 +0000)
committerEloy Lafuente <stronk7@moodle.org>
Sat, 19 Dec 2009 11:03:03 +0000 (11:03 +0000)
theme/index.php

index 61dff8439cca0ef6609f5c1ce873caf41a42d786..70bac97979f0332db85d07e7ea4f828324a3e5f2 100644 (file)
@@ -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&amp;image=screenshot&amp;component=theme";
 
     // Contents of the first screenshot/preview cell.
     $row[] = "<img src=\"$screenshotpath\" alt=\"$themename\" />";