1
0
Fork 0
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:
Nikolay Pultsin 2014-03-30 02:28:46 +03:00
parent 54eecb9a3e
commit 5cea231a6a
9 changed files with 394 additions and 48 deletions

View file

@ -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;
}