Author: michkinn
Date: 2010-01-20 22:30:22 +0100 (Wed, 20 Jan 2010)
New Revision: 26955
Modified:
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/modules/sfJqueryTreeDoctrineManager/templates/jsonSuccess.php
Log:
Fix a bug on 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-20 20:16:08 UTC (rev 26954)
+++
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/modules/sfJqueryTreeDoctrineManager/templates/jsonSuccess.php
2010-01-20 21:30:22 UTC (rev 26955)
@@ -1 +1 @@
-<?php echo $json; ?>
\ No newline at end of file
+<?php echo html_entity_decode($json); ?>
\ No newline at end of file
--
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.