mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
fix #3213
This commit is contained in:
parent
bc036724c1
commit
d3d522ac46
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@
|
|||
return haystack.replace(
|
||||
new RegExp(
|
||||
'(^|\\n)' +
|
||||
this.escapeRegex(needle) +
|
||||
µb.escapeRegex(needle) +
|
||||
'(\\n|$)', 'g'),
|
||||
'\n'
|
||||
).trim();
|
||||
|
|
Loading…
Reference in a new issue