--- template-functions-post.php	Fri Jun 11 04:11:49 2004
+++ multimore-template-functions-post.php	Tue Aug  3 09:43:47 2004
@@ -114,7 +114,7 @@
         $file = $pagenow; //$_SERVER['PHP_SELF'];
     }
     $content = $pages[$page-1];
-    $content = explode('<!--more-->', $content);
+    $content = explode('<!--more-->', $content, 2);
     if ((preg_match('/<!--noteaser-->/', $post->post_content) && ((!$multipage) || ($page==1))))
         $stripteaser = 1;
     $teaser = $content[0];
@@ -314,4 +314,4 @@
 	}
 }
 
-?>
\ No newline at end of file
+?>

