You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/11/25 22:26:16 UTC

airavata-php-gateway git commit: fix for experiment utf-8 encode issue

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 3deb14dd1 -> 974599e52


fix for experiment utf-8 encode issue


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/974599e5
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/974599e5
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/974599e5

Branch: refs/heads/master
Commit: 974599e522b964e54bec424e5d76a92153f50386
Parents: 3deb14d
Author: scnakandala <su...@gmail.com>
Authored: Wed Nov 25 16:26:11 2015 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Wed Nov 25 16:26:11 2015 -0500

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/974599e5/app/views/partials/experiment-info.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index de8e212..62bd1b7 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -185,7 +185,7 @@
         </div>
     </form>
     @endif
-    <input type="hidden" id="expObj" value="{{ htmlentities( json_encode( $experiment)) }}"/>
+    <input type="hidden" id="expObj" value="{{ htmlentities( json_encode( $experiment, JSON_UNESCAPED_UNICODE)) }}"/>
 
     <!-- check of correct experiment Id ends here -->
     @endif