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
394fe19a
Commit
394fe19a
authored
Apr 17, 2005
by
Dries
Browse files
- Patch
#20661
by rooey: fixed formatting of book navigation. Added missing '<div id=menu>'.
parent
2a48cf38
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/book.module
View file @
394fe19a
...
...
@@ -585,7 +585,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
}
if
(
$tree
=
book_tree_recurse
(
$parent
,
$depth
,
$children
,
$unfold
))
{
return
'<ul>'
.
$tree
.
'</ul>'
;
return
'<
div class="menu"><
ul>'
.
$tree
.
'</ul>
</div>
'
;
}
}
...
...
modules/book/book.module
View file @
394fe19a
...
...
@@ -585,7 +585,7 @@ function book_tree($parent = 0, $depth = 3, $unfold = array()) {
}
if
(
$tree
=
book_tree_recurse
(
$parent
,
$depth
,
$children
,
$unfold
))
{
return
'<ul>'
.
$tree
.
'</ul>'
;
return
'<
div class="menu"><
ul>'
.
$tree
.
'</ul>
</div>
'
;
}
}
...
...
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