Author: gimler
Date: 2010-01-21 10:26:57 +0100 (Thu, 21 Jan 2010)
New Revision: 26967

Modified:
   
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/modules/sfJqueryTreeDoctrineManager/templates/jsonSuccess.php
Log:
sfJqueryTreeDoctrineManagerPlugin: better fix json encoding when escaping 
strategy is set to true

Modified: 
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/modules/sfJqueryTreeDoctrineManager/templates/jsonSuccess.php
===================================================================
--- 
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/modules/sfJqueryTreeDoctrineManager/templates/jsonSuccess.php
       2010-01-21 08:30:03 UTC (rev 26966)
+++ 
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/modules/sfJqueryTreeDoctrineManager/templates/jsonSuccess.php
       2010-01-21 09:26:57 UTC (rev 26967)
@@ -1 +1 @@
-<?php echo html_entity_decode($json); ?>
\ No newline at end of file
+<?php echo $sf_data->getRaw('json'); ?>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to