summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-22 07:32:55 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-22 07:32:55 +0000
commit4267ab5ea9b9da549d9384d3d76c2f54858edb80 (patch)
tree916124937053188e03e4e354cbcea3596c5a371f
parentb9240f63d790d9e1c599b37da0746f6aaa57a468 (diff)
downloadbrdo-4267ab5ea9b9da549d9384d3d76c2f54858edb80.tar.gz
brdo-4267ab5ea9b9da549d9384d3d76c2f54858edb80.tar.bz2
- Patch #45706 by markus: keeping up with CSS improvements.
-rw-r--r--modules/book.module2
-rw-r--r--modules/book/book.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/book.module b/modules/book.module
index 60ec8cc15..9a0c73628 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -614,7 +614,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
}
if ($tree = book_tree_recurse($parent, $depth, $children, $unfold)) {
- return '<div class="menu"><ul>'. $tree .'</ul></div>';
+ return '<ul class="menu">'. $tree .'</ul>';
}
}
diff --git a/modules/book/book.module b/modules/book/book.module
index 60ec8cc15..9a0c73628 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -614,7 +614,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
}
if ($tree = book_tree_recurse($parent, $depth, $children, $unfold)) {
- return '<div class="menu"><ul>'. $tree .'</ul></div>';
+ return '<ul class="menu">'. $tree .'</ul>';
}
}