diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-20 13:23:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-20 13:23:34 +0000 |
commit | 8145c7695c2889f9b812a433c519952edd39e833 (patch) | |
tree | 693d0f5074b348385d8930b46c1859aa8fe00056 /includes | |
parent | 576968c47175ae739846d1cafc40d9e3d516ab71 (diff) | |
download | brdo-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.inc | 2 |
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? } } |