Commit 49122e77 authored by nanahira's avatar nanahira

fix

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