multiple view concatenation support
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index a61b963..d2f5702 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -719,7 +719,7 @@
 		{

 			// PHP 4 requires that we use a global

 			global $OUT;

-			$OUT->set_output(ob_get_contents());

+			$OUT->append_output(ob_get_contents());

 			@ob_end_clean();

 		}

 	}