diff options
Diffstat (limited to 'WWW/Library/Implementation/HTML.h')
-rw-r--r-- | WWW/Library/Implementation/HTML.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTML.h b/WWW/Library/Implementation/HTML.h index 2aaa8c0f..7480b678 100644 --- a/WWW/Library/Implementation/HTML.h +++ b/WWW/Library/Implementation/HTML.h @@ -88,8 +88,8 @@ struct _HTStructured { * Used for nested lists. - FM */ int List_Nesting_Level; /* counter for list nesting level */ - int OL_Counter[7]; /* counter for ordered lists */ - char OL_Type[7]; /* types for ordered lists */ + int OL_Counter[12]; /* counter for ordered lists */ + char OL_Type[12]; /* types for ordered lists */ int Last_OL_Count; /* last count in ordered lists */ char Last_OL_Type; /* last type in ordered lists */ |