about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sourcecodes/layout_svg_no.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/layout_svg_no.php b/sourcecodes/layout_svg_no.php
index f32b4054..ad2128f2 100644
--- a/sourcecodes/layout_svg_no.php
+++ b/sourcecodes/layout_svg_no.php
@@ -118,7 +118,7 @@ $svg_xml = json_encode(file("file://".$dir.$svg_file));
 ?>
 d3.xml("", function(dumm){
  var data1 = <?php echo $svg_xml;?>;
- var data2 = data1.join("") 
+ var data2 = data1.join(""); 
  parser = new DOMParser();
  documentFragment = parser.parseFromString(data2,"text/xml");
  var svgNode = documentFragment