diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-14 14:12:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:12:36 +0000 |
commit | eafca63aa10270a08fe484b97f0d3d7c1f10408d (patch) | |
tree | 4d0ea51de027e9ee67b3e96c813a1306f4635e86 /html.h | |
parent | Update ChangeLog (diff) | |
parent | Fix a mistake I made with </dd> and </dt> tags (diff) | |
download | w3m-eafca63aa10270a08fe484b97f0d3d7c1f10408d.tar.gz w3m-eafca63aa10270a08fe484b97f0d3d7c1f10408d.zip |
Merge pull request #167 from bptato/master
Improved description list rendering
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -238,6 +238,8 @@ typedef struct { #define HTML_N_FIGCAPTION 144 #define HTML_SECTION 145 #define HTML_N_SECTION 146 +#define HTML_N_DT 147 +#define HTML_N_DD 148 /* pseudo tag */ #define HTML_SELECT_INT 160 |