aboutsummaryrefslogtreecommitdiffstats
path: root/entity.js
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-03-01 18:33:15 +0000
committerbptato <nincsnevem662@gmail.com>2021-03-01 18:34:58 +0000
commitffcea626bc9e4f6978f1af85f5e42386edecf8cf (patch)
tree9105e2b520eb8d2eb143f9ad3e0a607c55daebba /entity.js
parentFix small mistakes in entity test generator (diff)
downloadw3m-ffcea626bc9e4f6978f1af85f5e42386edecf8cf.tar.gz
w3m-ffcea626bc9e4f6978f1af85f5e42386edecf8cf.zip
Use &gt; instead of &gt in entity test generator
Diffstat (limited to 'entity.js')
-rw-r--r--entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity.js b/entity.js
index 98e884c..0475759 100644
--- a/entity.js
+++ b/entity.js
@@ -39,7 +39,7 @@ function gentestitem(b, c, d) {
b +
"</td>" +
"<td>" +
- c.characters.replace('&', '&amp;').replace('<', '&lt;').replace('>', '&gt') +
+ c.characters.replace('&', '&amp;').replace('<', '&lt;').replace('>', '&gt;') +
"</td>");
console.log(" </tr>");
}