closes #3434, thanks to @psychobunny

This commit is contained in:
barisusakli
2015-08-13 15:30:24 -04:00
parent dfd840b001
commit 6e630b3cfd

View File

@@ -9,7 +9,7 @@
var languages = {},
regexes = {
match: /\[\[\w+:[\s\S]+?\]\]/g,
match: /\[\[\w+:[^\]]+?\]\]/g,
split: /[,][\s]*/,
replace: /\]+$/
};