database mod: XHTML strict!

This commit is contained in:
tjhunt
2009-03-17 04:28:52 +00:00
parent 7fc3fa77d7
commit f40fb532d8
+1 -1
View File
@@ -53,7 +53,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 .= '/>';
}