We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4649ebb commit 694bbe6Copy full SHA for 694bbe6
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, regx76, '"');
+ summary = std::regex_replace(summary, regx77, '"');
224
std::regex regx78("±");
225
summary = std::regex_replace(summary, regx78, "±");
226
std::regex regx79("«");
0 commit comments