diff options
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 7a6fda8f..36c6a464 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -185,8 +185,8 @@ public: //BUG: for now everything is public Dstr *attr_data; /* Buffer for attribute value */ - int32_t non_css_link_color; /* as provided by link attribute in <body> */ - int32_t non_css_visited_color; /* as provided by vlink attribute in <body> */ + int32_t non_css_link_color; /* as provided by link attribute in BODY */ + int32_t non_css_visited_color; /* as provided by vlink attribute in BODY */ int32_t visited_color; /* as computed according to CSS */ /* -------------------------------------------------------------------*/ |