aboutsummaryrefslogtreecommitdiffstats
path: root/tagtable.tab
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-04-18 16:47:16 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-04-18 16:47:16 +0000
commita5404c266c2be06c6e8f0161be57d82b93bd8566 (patch)
tree5b5be63bb13083454095488a789535070651537a /tagtable.tab
parent[w3m-dev 03880] Re: convert \ -> / in URL (diff)
downloadw3m-a5404c266c2be06c6e8f0161be57d82b93bd8566.tar.gz
w3m-a5404c266c2be06c6e8f0161be57d82b93bd8566.zip
[w3m-dev 03882] Re: Bug#189460: w3m: <q> tag is not recognized
* file.c (HTMLtagproc1): add HTML_Q, HTML_N_Q * html.c (TagMAP): add "q", "/q" * html.h (HTML_Q): added (HTML_N_Q): added * tagtable.tab: add q, /q From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'tagtable.tab')
-rw-r--r--tagtable.tab2
1 files changed, 2 insertions, 0 deletions
diff --git a/tagtable.tab b/tagtable.tab
index 7bff629..cfb820e 100644
--- a/tagtable.tab
+++ b/tagtable.tab
@@ -44,6 +44,8 @@ pre HTML_PRE
/pre HTML_N_PRE
blockquote HTML_BLQ
/blockquote HTML_N_BLQ
+q HTML_Q
+/q HTML_N_Q
img HTML_IMG
image HTML_IMG
code HTML_NOP