diff options
-rw-r--r-- | derivation-editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation-editor.js b/derivation-editor.js index 9681c92..cd311c3 100644 --- a/derivation-editor.js +++ b/derivation-editor.js @@ -994,7 +994,7 @@ var DE_extract_data = function () return a["grid_"]-b["grid_"]; }); for (var i=0; i<DE_target_shapes.length; i++) { - d["target"].push(DE_target_shapes[i].pair.attr("text")); + d["target"].push(encodeURIComponent(DE_target_shapes[i].pair.attr("text"))); ids.push(DE_target_shapes[i]["id_"]); } // alignment |