We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694bbe6 commit 02e1efbCopy full SHA for 02e1efb
1 file changed
shared/Epub.cpp
@@ -220,7 +220,7 @@ void clean_summary(std::string &summary)
220
std::regex regx76("…");
221
summary = std::regex_replace(summary, regx76, "…");
222
std::regex regx77(""");
223
- summary = std::regex_replace(summary, regx77, '"');
+ summary = std::regex_replace(summary, regx77, "\"");
224
std::regex regx78("±");
225
summary = std::regex_replace(summary, regx78, "±");
226
std::regex regx79("«");
0 commit comments