diff --git a/includes/theme.inc b/includes/theme.inc index f76bb788e34..3673e921c83 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -608,7 +608,7 @@ function theme_node($node, $teaser = FALSE, $page = FALSE) { function theme_form_element($title, $value, $description = NULL, $id = NULL, $required = FALSE, $error = FALSE) { $output = '
'."\n"; - $required = $required ? '*' : ''; + $required = $required ? '*' : ''; if ($title) { if ($id) {