From: stronk7 Date: Wed, 3 May 2006 18:22:21 +0000 (+0000) Subject: XHTML validation. Bug 5332. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6985c78c6b4b9d88191afa9b7daf1fa1128b4b4c;p=moodle.git XHTML validation. Bug 5332. (http://moodle.org/bugs/bug.php?op=show&bugid=5332) Merged from MOODLE_16_STABLE --- diff --git a/mod/resource/type/html/html.html b/mod/resource/type/html/html.html index ac64c7c99b..fbc3c39753 100644 --- a/mod/resource/type/html/html.html +++ b/mod/resource/type/html/html.html @@ -95,7 +95,7 @@ } $stringname = "str$name"; echo ""; - echo "\" ".$window->$name." />"; + echo "$name." />"; echo $$stringname."
"; } ?>