summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index ccdfd08e1..fd9d40809 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -285,7 +285,7 @@ function theme_form_element($title, $value, $description = NULL, $id = NULL) {
}
else {
if ($id) {
- $title = "<label for=\"$id\" />";
+ $title = "<label for=\"$id\"></label>";
// TODO: does this make sense to do?
}
}