[PALEMOON] Style clean up in browser.js

This commit is contained in:
janekptacijarabaci 2018-04-28 10:06:44 +02:00 committed by Roy Tam
commit b3ac5a3cd1

View file

@ -1989,7 +1989,7 @@ function getShortcutOrURIAndPostData(url, callback = null) {
if (/%s/i.test(escapedPostData)) // POST keyword
postData = getPostDataStream(escapedPostData, param, encodedParam,
"application/x-www-form-urlencoded");
"application/x-www-form-urlencoded");
// This URL came from a bookmark, so it's safe to let it inherit the current
// document's principal.