diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-06 03:40:45 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-06 03:40:45 +0000 |
commit | b5825d14989ff3ba9126e51ae281b5cd28afe188 (patch) | |
tree | d272f6a5ffc9860acc6ec4e1c2016ae76e5f845d /file.c | |
parent | [w3m-dev 03530] save history (diff) | |
download | w3m-b5825d14989ff3ba9126e51ae281b5cd28afe188.tar.gz w3m-b5825d14989ff3ba9126e51ae281b5cd28afe188.zip |
* version.c.in: w3m/0.3.2.2+cvs
* NEWS: 0.3.2.2
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.147 2002/12/05 16:33:06 ukai Exp $ */ +/* $Id: file.c,v 1.148 2002/12/06 03:40:45 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -3139,11 +3139,11 @@ process_img(struct parsed_tag *tag, int width) Strcat_charp(tmp, html_quote(Strnew_charp_n(q, nw)->ptr)); } else - Strcat_charp(tmp, q); + Strcat_charp(tmp, html_quote(q)); } else #endif - Strcat_charp(tmp, q); + Strcat_charp(tmp, html_quote(q)); goto img_end; } if (w > 0 && i > 0) { |