summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-03-20 13:23:34 +0000
committerDries Buytaert <dries@buytaert.net>2004-03-20 13:23:34 +0000
commit8145c7695c2889f9b812a433c519952edd39e833 (patch)
tree693d0f5074b348385d8930b46c1859aa8fe00056 /includes
parent576968c47175ae739846d1cafc40d9e3d516ab71 (diff)
downloadbrdo-8145c7695c2889f9b812a433c519952edd39e833.tar.gz
brdo-8145c7695c2889f9b812a433c519952edd39e833.tar.bz2
- Tracker and forum module improvements!
Note: the CSS of the tracker page has changed. Some CSS files still have to be updated.
Diffstat (limited to 'includes')
-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?
}
}