diff options
author | bptato <nincsnevem662@gmail.com> | 2021-03-01 18:33:15 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-03-01 18:34:58 +0000 |
commit | ffcea626bc9e4f6978f1af85f5e42386edecf8cf (patch) | |
tree | 9105e2b520eb8d2eb143f9ad3e0a607c55daebba /entity.js | |
parent | Fix small mistakes in entity test generator (diff) | |
download | w3m-ffcea626bc9e4f6978f1af85f5e42386edecf8cf.tar.gz w3m-ffcea626bc9e4f6978f1af85f5e42386edecf8cf.zip |
Use > instead of > in entity test generator
Diffstat (limited to 'entity.js')
-rw-r--r-- | entity.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ function gentestitem(b, c, d) { b + "</td>" + "<td>" + - c.characters.replace('&', '&').replace('<', '<').replace('>', '>') + + c.characters.replace('&', '&').replace('<', '<').replace('>', '>') + "</td>"); console.log(" </tr>"); } |