Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
24e76c0d
Commit
24e76c0d
authored
Jan 17, 2004
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Code beautifications: corrected indentation.
parent
ebf57d17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
86 deletions
+90
-86
modules/book.module
modules/book.module
+45
-43
modules/book/book.module
modules/book/book.module
+45
-43
No files found.
modules/book.module
View file @
24e76c0d
...
...
@@ -547,7 +547,9 @@ function book_navigation($node) {
$output
.
=
"</div>"
;
$output
.
=
"</div>"
;
}
$node
->
body
=
$node
->
body
.
$output
;
return
$node
;
}
...
...
modules/book/book.module
View file @
24e76c0d
...
...
@@ -547,7 +547,9 @@ function book_navigation($node) {
$output
.
=
"</div>"
;
$output
.
=
"</div>"
;
}
$node
->
body
=
$node
->
body
.
$output
;
return
$node
;
}
...
...
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