mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
remove spurious newline
This commit is contained in:
parent
f3613ff462
commit
11f349f54a
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ var rulesFromHTML = function(selector) {
|
|||
rules.push(li.text());
|
||||
}
|
||||
}
|
||||
return rules.join('\n');
|
||||
return rules.join('\n').trim();
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue