]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML validation. Bug 5332.
authorstronk7 <stronk7>
Wed, 3 May 2006 18:22:21 +0000 (18:22 +0000)
committerstronk7 <stronk7>
Wed, 3 May 2006 18:22:21 +0000 (18:22 +0000)
(http://moodle.org/bugs/bug.php?op=show&bugid=5332)

Merged from MOODLE_16_STABLE

mod/resource/type/html/html.html

index ac64c7c99bf081a9ea8299aafc17faed1380899a..fbc3c39753a4cd48d135bf7138a6aafabee07c97 100644 (file)
@@ -95,7 +95,7 @@
                 }
                 $stringname = "str$name";
                 echo "<input name=\"h$name\" type=\"hidden\" value=\"0\" />";
-                echo "<input name=\"$name\" type=\"checkbox\" value=\"1\" alt=\"<?php echo $$stringname ?>\" ".$window->$name." />";
+                echo "<input name=\"$name\" type=\"checkbox\" value=\"1\" alt=\"".$$stringname."\" ".$window->$name." />";
                 echo $$stringname."<br />";
             }
         ?>