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