Browse Source

fixed a bug (misinterpret header string)

Signed-off-by: root <root@ipekatrinadei.ipe.kit.edu>
root 7 years ago
parent
commit
0335ad4b2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      designer.html

+ 1 - 1
designer.html

@@ -1331,7 +1331,7 @@ function mysave(data) {
         }
         tmp["header"] = header;
         position[hkey] = tmp;
-        tmp["type"] = header;
+        tmp["type"] = "header";
         //console.log( index + ": " + $( this ).text() );
     });