aboutsummaryrefslogtreecommitdiffstats
path: root/entity.js
diff options
context:
space:
mode:
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>");
}