Index: branches/dev/data/class/SC_View.php
===================================================================
--- branches/dev/data/class/SC_View.php	(revision 14507)
+++ branches/dev/data/class/SC_View.php	(revision 14509)
@@ -49,6 +49,6 @@
 		$this->_smarty->register_function("sfPrintEbisTag","sfPrintEbisTag");
 		$this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag");
-		//$this->_smarty->default_modifiers = array('script_escape');
-        $this->_smarty->default_modifiers = array('modifiers_test');
+		$this->_smarty->default_modifiers = array('script_escape');
+        //$this->_smarty->default_modifiers = array('modifiers_test');
         
         sfPrintR($this->_smarty->default_modifiers);
