(http://moodle.org/bugs/bug.php?op=show&bugid=5332)
Merged from MOODLE_16_STABLE
}
$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 />";
}
?>