diff options
Diffstat (limited to 'src/HTML.h')
-rw-r--r-- | src/HTML.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTML.h b/src/HTML.h index 3593ba8a..8d313e81 100644 --- a/src/HTML.h +++ b/src/HTML.h @@ -50,6 +50,7 @@ struct _HTStructured { HTStreamClass targetClass; /* Output routines */ HTChildAnchor * CurrentA; /* current HTML_A anchor */ + int CurrentANum; /* current HTML_A number */ char * base_href; /* current HTML_BASE href */ char * map_address; /* current HTML_MAP address */ |