mirror of https://github.com/gorhill/uBlock.git
remove spurious newline
This commit is contained in:
parent
f3613ff462
commit
11f349f54a
|
@ -176,7 +176,7 @@ var rulesFromHTML = function(selector) {
|
||||||
rules.push(li.text());
|
rules.push(li.text());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return rules.join('\n');
|
return rules.join('\n').trim();
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue