Преглед изворни кода

fixed a bug (misinterpret header string)

Signed-off-by: root <root@ipekatrinadei.ipe.kit.edu>
root пре 7 година
родитељ
комит
0335ad4b2c
1 измењених фајлова са 1 додато и 1 уклоњено
  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() );
     });