aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-06 03:40:45 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-06 03:40:45 +0000
commitb5825d14989ff3ba9126e51ae281b5cd28afe188 (patch)
treed272f6a5ffc9860acc6ec4e1c2016ae76e5f845d /file.c
parent[w3m-dev 03530] save history (diff)
downloadw3m-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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 812eda7..fe856c7 100644
--- a/file.c
+++ b/file.c
@@ -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) {