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