Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 6448)
+++ temp/trunk/html/admin/system/module.php	(revision 6449)
@@ -64,9 +64,10 @@
 $src_fp = fopen($path, "rb");
 while (!feof($src_fp)) {
-	$contents .= fread($src_fp, 1024);
+	$line = fread($src_fp, 1024);
+	if(ereg("@version", $line)) {
+		print($line);
+	}	
 }
 fclose($src_fp);
-
-sfPrintR($contents);
 
 $objView->assignobj($objPage);		//ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
