From 9e1fc2da9cf5af0fbc02879d44e50bfe2fbb0aa9 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Mon, 23 May 2005 22:13:15 +0000 Subject: [PATCH] XHTML fix, --- mod/choice/view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/choice/view.php b/mod/choice/view.php index 63063e5fa49..e1409eee3fd 100644 --- a/mod/choice/view.php +++ b/mod/choice/view.php @@ -151,11 +151,11 @@ echo ""; echo "limitanswers && ($countanswers >= $maxans) && !($answerchecked[$optionid]) ) { - echo "disabled"; + echo ' disabled="disabled"'; } echo " />"; if ($choice->limitanswers && ($countanswers >= $maxans) ) { - echo format_text($text."
".get_string('full', 'choice').""); + echo format_text($text."
".get_string('full', 'choice').""); } else { echo format_text($text);