- Code beautifications: corrected indentation.

4.4.x
Dries Buytaert 2004-01-17 23:34:11 +00:00
parent ebf57d177b
commit 24e76c0d6c
2 changed files with 94 additions and 90 deletions

View File

@ -547,7 +547,9 @@ function book_navigation($node) {
$output .= "</div>";
$output .= "</div>";
}
$node->body = $node->body.$output;
return $node;
}

View File

@ -547,7 +547,9 @@ function book_navigation($node) {
$output .= "</div>";
$output .= "</div>";
}
$node->body = $node->body.$output;
return $node;
}