mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
filter CSS comments in CSSInputStream
This commit is contained in:
parent
54eecb9a3e
commit
5cea231a6a
9 changed files with 394 additions and 48 deletions
|
@ -519,7 +519,7 @@ void HtmlBookReader::preformattedCharacterDataHandler(const char *text, std::siz
|
|||
|
||||
bool HtmlBookReader::characterDataHandler(const char *text, std::size_t len, bool convert) {
|
||||
if (!myStyleSheetParser.isNull()) {
|
||||
myStyleSheetParser->parse(text, len);
|
||||
myStyleSheetParser->parseString(text, len);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue