- Code beautifications: corrected indentation.
parent
ebf57d177b
commit
24e76c0d6c
|
@ -547,7 +547,9 @@ function book_navigation($node) {
|
||||||
$output .= "</div>";
|
$output .= "</div>";
|
||||||
$output .= "</div>";
|
$output .= "</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$node->body = $node->body.$output;
|
$node->body = $node->body.$output;
|
||||||
|
|
||||||
return $node;
|
return $node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -547,7 +547,9 @@ function book_navigation($node) {
|
||||||
$output .= "</div>";
|
$output .= "</div>";
|
||||||
$output .= "</div>";
|
$output .= "</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$node->body = $node->body.$output;
|
$node->body = $node->body.$output;
|
||||||
|
|
||||||
return $node;
|
return $node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue