Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4267ab5e
Commit
4267ab5e
authored
Jan 22, 2006
by
Dries
Browse files
- Patch
#45706
by markus: keeping up with CSS improvements.
parent
b9240f63
Changes
2
Show whitespace changes
Inline
Side-by-side
modules/book.module
View file @
4267ab5e
...
@@ -614,7 +614,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
...
@@ -614,7 +614,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
}
}
if
(
$tree
=
book_tree_recurse
(
$parent
,
$depth
,
$children
,
$unfold
))
{
if
(
$tree
=
book_tree_recurse
(
$parent
,
$depth
,
$children
,
$unfold
))
{
return
'<
div
class="menu">
<ul>
'
.
$tree
.
'</ul>
</div>
'
;
return
'<
ul
class="menu">'
.
$tree
.
'</ul>'
;
}
}
}
}
...
...
modules/book/book.module
View file @
4267ab5e
...
@@ -614,7 +614,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
...
@@ -614,7 +614,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
}
}
if
(
$tree
=
book_tree_recurse
(
$parent
,
$depth
,
$children
,
$unfold
))
{
if
(
$tree
=
book_tree_recurse
(
$parent
,
$depth
,
$children
,
$unfold
))
{
return
'<
div
class="menu">
<ul>
'
.
$tree
.
'</ul>
</div>
'
;
return
'<
ul
class="menu">'
.
$tree
.
'</ul>'
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment