This commit is contained in:
gorhill 2015-03-01 11:20:30 -05:00
parent cc5c4bb32e
commit 092bfbd274
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ var renderURL = function(url, filter) {
.replace('||', '')
.replace(/\^/g, '.')
.replace(/^\|/g, '^')
.replace(/\$$/g, '$')
.replace(/\|$/g, '$')
.replace(/\*/g, '.*')
;
}