aboutsummaryrefslogtreecommitdiffstats
path: root/indep.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2019-11-10 10:57:02 +0000
committerGitHub <noreply@github.com>2019-11-10 10:57:02 +0000
commit2f7cf64eac70f413852f066eb6760ccd66b0bb1d (patch)
tree3df5fc7e8f04ef3b9a0316731952db54043daf57 /indep.h
parentUpdate ChangeLog (diff)
parententities: support &apos; entity (diff)
downloadw3m-2f7cf64eac70f413852f066eb6760ccd66b0bb1d.tar.gz
w3m-2f7cf64eac70f413852f066eb6760ccd66b0bb1d.zip
Merge pull request #122 from mackyle/master
entities: support &apos; entity
Diffstat (limited to 'indep.h')
-rw-r--r--indep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indep.h b/indep.h
index 2809832..5c6b1da 100644
--- a/indep.h
+++ b/indep.h
@@ -27,7 +27,7 @@ struct growbuf {
extern unsigned char QUOTE_MAP[];
extern char *HTML_QUOTE_MAP[];
-#define HTML_QUOTE_MASK 0x07 /* &, <, >, " */
+#define HTML_QUOTE_MASK 0x07 /* &, <, >, ", ' */
#define SHELL_UNSAFE_MASK 0x08 /* [^A-Za-z0-9_./:\200-\377] */
#define URL_QUOTE_MASK 0x10 /* [\0- \177-\377] */
#define FILE_QUOTE_MASK 0x30 /* [\0- #%&+:?\177-\377] */