diff options
author | Dai Sato <satodai@w3m.jp> | 2007-04-19 12:00:37 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-04-19 12:00:37 +0000 |
commit | 2c5eaafc8ea301638676a41ed50383ed0b76c0a1 (patch) | |
tree | 157101119feaa43ed1a1444616f0710cd9a65fb3 /html.h | |
parent | display <em> and <i> elements with underline. [w3m-dev 04197] (diff) | |
download | w3m-2c5eaafc8ea301638676a41ed50383ed0b76c0a1.tar.gz w3m-2c5eaafc8ea301638676a41ed50383ed0b76c0a1.zip |
avoid conflicts between input_alt and img_alt, and fix calculation of labeled line numbers when fold_line=1. [w3m-dev 04211]
Diffstat (limited to '')
-rw-r--r-- | html.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.27 2006/12/10 11:06:12 inu Exp $ */ +/* $Id: html.h,v 1.28 2007/04/19 12:00:38 inu Exp $ */ #ifndef _HTML_H #define _HTML_H #ifdef USE_SSL @@ -301,8 +301,9 @@ typedef struct { #define ATTR_REFERER 71 #define ATTR_SELECTNUMBER 72 #define ATTR_TEXTAREANUMBER 73 +#define ATTR_PRE_INT 74 -#define MAX_TAGATTR 74 +#define MAX_TAGATTR 75 /* HTML Tag Information Table */ |