mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
database mod: XHTML strict!
This commit is contained in:
parent
66aa084c6d
commit
cf0e8bdba8
@ -49,7 +49,7 @@ class data_field_checkbox extends data_field_base {
|
||||
$str .= 'value="' . s($checkbox) . '" ';
|
||||
|
||||
if (array_search($checkbox, $content) !== false) {
|
||||
$str .= 'checked />';
|
||||
$str .= 'checked="checked" />';
|
||||
} else {
|
||||
$str .= '/>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user