From 67e643a475a37c53267d0f43b2c2d67efd907014 Mon Sep 17 00:00:00 2001 From: judge Date: Tue, 10 Sep 2013 13:59:46 +0200 Subject: fixed error in finding closing tag --- system/core/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/Output.php b/system/core/Output.php index 06d7a866b..7bfb8cebe 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -841,7 +841,7 @@ class CI_Output { $output = substr_replace($output, '', 0, $pos); // Remove closing tag and save it for later - $pos = strpos($output, '