$NetBSD: patch-ac,v 1.1 2009/04/30 13:12:41 taca Exp $

Fix typolight ticket #576 (cached pages are displayed twice).

--- index.php.orig	2009-03-11 23:03:17.000000000 +0900
+++ index.php
@@ -271,6 +271,7 @@ class Index extends Frontend
 
 		// Replace insert tags
 		echo $this->replaceInsertTags($strBuffer);
+		exit;
 	}
 }
 
