From 7dfd5f0b7e04013ccc6c27c5df0eddce0e1b86de Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Fri, 5 Apr 2002 18:11:42 +0000 Subject: - my editor got set up to insert tabs instead of spaces. Cleaning up. --- modules/page/page.module | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'modules/page/page.module') diff --git a/modules/page/page.module b/modules/page/page.module index efe2820e7..e39a432ef 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -109,21 +109,21 @@ function page_view($node, $main = 0) { $theme->node($node, $main); } else { - /* - ** Extract the page body. If body is dynamic (using PHP code), the body - ** will be generated. - */ - - $output .= page_body($node); - - /* - ** Add the node specific links: - */ - - $output .= "
". $theme->links(link_node($node, $main)) ."
"; - - $theme->box($node->title, $output); - } + /* + ** Extract the page body. If body is dynamic (using PHP code), the body + ** will be generated. + */ + + $output .= page_body($node); + + /* + ** Add the node specific links: + */ + + $output .= "
". $theme->links(link_node($node, $main)) ."
"; + + $theme->box($node->title, $output); + } } function page_form(&$node, &$help, &$error) { -- cgit v1.2.3