1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

several body tag issues

This commit is contained in:
Nikolay Pultsin 2013-01-05 01:07:00 +00:00
parent 0875e9e4d7
commit 5235601266
3 changed files with 13 additions and 2 deletions

View file

@ -103,6 +103,7 @@ private:
READ_STYLE,
READ_BODY
} myReadState;
int myBodyCounter;
friend class XHTMLTagAction;
friend class XHTMLTagStyleAction;