From 4bfafda7438fc9f2bd2331e422904c67902bb91d Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 14 Feb 2005 07:09:51 +0000 Subject: [PATCH] http://mosquito.wordpress.org/view.php?id=871 git-svn-id: http://svn.automattic.com/wordpress/trunk@2330 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index 4d40d3a7dd..6e5a21da38 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -394,13 +394,13 @@ function _page_level_out($parent, $page_tree, $args, $depth = 0) { echo "\n"; if(isset($cur_page['children']) && is_array($cur_page['children'])) { - echo "$indent\n"; } echo "$indent\n"; }