diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-09 15:40:34 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-09 15:40:34 +0000 |
commit | 4c89fd63aaf6921ef9b627bf792680d2fea6c4f1 (patch) | |
tree | 3c022dbe0e0ea957e7460fa38e132ccafcf3b36f /tagtable.tab | |
parent | [w3m-dev 03544] Can't display "1&2" in table (diff) | |
download | w3m-4c89fd63aaf6921ef9b627bf792680d2fea6c4f1.tar.gz w3m-4c89fd63aaf6921ef9b627bf792680d2fea6c4f1.zip |
[w3m-dev 03548] close anchor before <img align=...>
* file.c (process_img): use div_int
(process_hr): use div_int
(process_idattr): don't close_anchor
(CLOSE_A): added
(HTMLtagproc1): </p> close anchor
<dl>,<ul>,<ol>,<blockquote>,<li>,<dt>,<dd> close anchor
<noframes> close anchor
<pre> close anchor
<center> close anchor
<div> close anchor
add DIV_INT
<form> close anchor
* html.c (TagMAP): add div_int
* html.h (HTML_DIV_INT): added
(HTML_N_DIV_INT): added
* tagtable.tab (div_int): added
(/div_int): added
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'tagtable.tab')
-rw-r--r-- | tagtable.tab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tagtable.tab b/tagtable.tab index f421aa0..7bff629 100644 --- a/tagtable.tab +++ b/tagtable.tab @@ -168,3 +168,5 @@ textarea_int HTML_TEXTAREA_INT /textarea_int HTML_N_TEXTAREA_INT pre_plain HTML_PRE_PLAIN /pre_plain HTML_N_PRE_PLAIN +div_int HTML_DIV_INT +/div_int HTML_N_DIV_INT |