database mod: XHTML strict!

This commit is contained in:
tjhunt 2009-03-17 04:28:47 +00:00
parent 66aa084c6d
commit cf0e8bdba8

View File

@ -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 .= '/>';
}