aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js
index ad4873b..a9f962c 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1523,8 +1523,8 @@ let PLUGIN_INFO =
const ENTITIY_PAIRS = {
lt: "<",
gt: ">",
- quot: '"'
- hellip: "\u2026",
+ quot: '"',
+ hellip: "\u2026"
};
function unescapeSpecificEntities(str)