aboutsummaryrefslogtreecommitdiffstats
path: root/mixiecho.js
diff options
context:
space:
mode:
Diffstat (limited to 'mixiecho.js')
-rw-r--r--mixiecho.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixiecho.js b/mixiecho.js
index c3dbb39..953588f 100644
--- a/mixiecho.js
+++ b/mixiecho.js
@@ -18,7 +18,7 @@
if (typeof ignoreTags == "string") ignoreTags = [ignoreTags];
var stripTags = [];
ignoreTags = ignoreTags.filter(function(tag) tag[tag.length - 1] == "/" || !stripTags.push(tag))
- .map(function(tag) tag.replace(/\/$/, ""));
+ .map(function(tag) tag.replace(/\/$/, ""));
if (stripTags.length > 0) {
stripTags = stripTags.length > 1
? "(?:" + stripTags.join("|") + ")"