Index: Article.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/Article.php,v
retrieving revision 1.440
diff -u -r1.440 Article.php
--- Article.php	11 Jan 2006 03:37:51 -0000	1.440
+++ Article.php	12 Jan 2006 09:12:10 -0000
@@ -893,7 +893,8 @@
 				if( !$this->isCurrent() ) {
 					$oldEditSectionSetting = $wgOut->mParserOptions->setEditSection( false );
 				}
-				$wgOut->addWikiText( $text );
+				# Display content and don't save to parser cache
+				$wgOut->addPrimaryWikiText( $text, $this, false );
 
 				if( !$this->isCurrent() ) {
 					$wgOut->mParserOptions->setEditSection( $oldEditSectionSetting );
