Skip to content

Commit 694bbe6

Browse files
authored
Update Epub.cpp
1 parent 4649ebb commit 694bbe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/Epub.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void clean_summary(std::string &summary)
220220
std::regex regx76("…");
221221
summary = std::regex_replace(summary, regx76, "");
222222
std::regex regx77(""");
223-
summary = std::regex_replace(summary, regx76, '"');
223+
summary = std::regex_replace(summary, regx77, '"');
224224
std::regex regx78("±");
225225
summary = std::regex_replace(summary, regx78, "±");
226226
std::regex regx79("«");

0 commit comments

Comments
 (0)