Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
be59d6a6
Commit
be59d6a6
authored
Jun 03, 2004
by
Kjartan Mannes
Browse files
- Fixing bug 5845: Root page of book module does use <--break-->.
parent
c0b85a57
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/book.module
View file @
be59d6a6
...
...
@@ -695,7 +695,7 @@ function book_render() {
// output the content:
$output
.
=
'<div class="book">'
;
$output
.
=
'<div class="title">'
.
l
(
$node
->
title
,
"book/view/
$node->nid
"
)
.
'</div>'
;
$output
.
=
'<div class="body">'
.
$node
->
body
.
'</div>'
;
$output
.
=
'<div class="body">'
.
$node
->
teaser
.
'</div>'
;
$output
.
=
'</div>'
;
}
}
...
...
modules/book/book.module
View file @
be59d6a6
...
...
@@ -695,7 +695,7 @@ function book_render() {
// output the content:
$output
.
=
'<div class="book">'
;
$output
.
=
'<div class="title">'
.
l
(
$node
->
title
,
"book/view/
$node->nid
"
)
.
'</div>'
;
$output
.
=
'<div class="body">'
.
$node
->
body
.
'</div>'
;
$output
.
=
'<div class="body">'
.
$node
->
teaser
.
'</div>'
;
$output
.
=
'</div>'
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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