Index: /branches/dev/data/smarty_extends/modifier.script_escape.php
===================================================================
--- /branches/dev/data/smarty_extends/modifier.script_escape.php	(revision 14532)
+++ /branches/dev/data/smarty_extends/modifier.script_escape.php	(revision 14533)
@@ -11,5 +11,5 @@
     
     $pattern = "/<script.*?>|<\/script>/";
-    $convert = "########";
+    $convert = "<!--##do not use script##-->";
     
     if ( preg_match_all($pattern, $value, $matches) ) {
