Index: query.php
===================================================================
--- query.php	(revision 13772)
+++ query.php	(working copy)
@@ -2793,7 +2793,7 @@
 		$pages = explode('<!--nextpage-->', $content);
 		$numpages = count($pages);
 	} else {
-		$pages[0] = $post->post_content;
+		$pages = array( $post->post_content );
 		$multipage = 0;
 	}
 
