diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-28 16:00:33 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-28 16:00:33 +0000 |
commit | d6219ea37a6a98ec6c47c63d04a8caa91475f6e2 (patch) | |
tree | ad2ea6be68270543bcb8478bb7518f6d058a8d38 /file.c | |
parent | [w3m-dev 03497] incorrect image size (diff) | |
download | w3m-d6219ea37a6a98ec6c47c63d04a8caa91475f6e2.tar.gz w3m-d6219ea37a6a98ec6c47c63d04a8caa91475f6e2.zip |
[w3m-dev 03498] Re: parse <!-- ... --> in <script>
* file.c (HTMLlineproc0): tag in textarea
* frame.c (createFrameFile): fix comment processing in frame
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.134 2002/11/27 16:40:22 ukai Exp $ */ +/* $Id: file.c,v 1.135 2002/11/28 16:00:33 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -5537,8 +5537,6 @@ HTMLlineproc0(char *str, struct html_feed_environ *h_env, int internal) if (obuf->flag & RB_INTXTA) { if (cmd == HTML_N_TEXTAREA) goto proc_normal; - if (is_tag) - continue; feed_textarea(q); } else if (obuf->flag & RB_INSELECT) { |