summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-12 09:58:49 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-12 09:58:49 +0000
commit3607a2b059f8ecd516b738edcd66179b80d3a786 (patch)
tree2632cb0cd23e59ca173aa55c334179f479f7cdd9 /includes
parent79cdc915ec63c0785f931de2258a7a44b83dab0a (diff)
downloadbrdo-3607a2b059f8ecd516b738edcd66179b80d3a786.tar.gz
brdo-3607a2b059f8ecd516b738edcd66179b80d3a786.tar.bz2
- Patch #44373 by m3avrck: improved generated HTML/CSS.
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index b47328c43..b6d330319 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -579,7 +579,7 @@ function menu_rebuild() {
*/
function theme_menu_tree($pid = 1) {
if ($tree = menu_tree($pid)) {
- return "\n<ul>\n". $tree ."\n</ul>\n";
+ return "\n<ul class=\"menu\">\n". $tree ."\n</ul>\n";
}
}