Commit 64802b18 authored by nanahira's avatar nanahira

update

parent 34da0abf
......@@ -59,7 +59,7 @@ for (var category_raw of category_array) {
//console.log("Find value: " + key +" --> " + value);
switch (key) {
case "title":
res.title = value;
res.title = value.replace("'","''");
break;
case "subtitle":
res.subtitle = value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment