Commit 49122e77 authored by nanahira's avatar nanahira

fix

parent 3cd4a5ea
...@@ -62,7 +62,7 @@ for (var category_raw of category_array) { ...@@ -62,7 +62,7 @@ for (var category_raw of category_array) {
res.title = value.replace("'","''"); res.title = value.replace("'","''");
break; break;
case "subtitle": case "subtitle":
res.subtitle = value; res.subtitle = value.replace("'","''");
break; break;
case "course": case "course":
const diff = value.toLowerCase(); const diff = value.toLowerCase();
......
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