$NetBSD: patch-ad,v 1.1.2.1 2009/05/03 08:41:49 tron 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;
 	}
 }
 
