Switch to unified view

a/src/internfile/myhtmlparse.h b/src/internfile/myhtmlparse.h
...
...
34
34
35
class MyHtmlParser : public HtmlParser {
35
class MyHtmlParser : public HtmlParser {
36
 public:
36
 public:
37
    bool in_script_tag;
37
    bool in_script_tag;
38
    bool in_style_tag;
38
    bool in_style_tag;
39
    bool in_body_tag; 
40
    bool in_pre_tag;
39
    bool in_pre_tag;
41
    bool pending_space;
40
    bool pending_space;
42
    map<string,string> meta;
41
    map<string,string> meta;
43
    string dump, dmtime;
42
    string dump, dmtime;
44
    // This is the charset our caller thinks the doc used (initially
43
    // This is the charset our caller thinks the doc used (initially