Commit 64802b18 authored by nanahira's avatar nanahira

update

parent 34da0abf
...@@ -59,7 +59,7 @@ for (var category_raw of category_array) { ...@@ -59,7 +59,7 @@ for (var category_raw of category_array) {
//console.log("Find value: " + key +" --> " + value); //console.log("Find value: " + key +" --> " + value);
switch (key) { switch (key) {
case "title": case "title":
res.title = value; res.title = value.replace("'","''");
break; break;
case "subtitle": case "subtitle":
res.subtitle = value; 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