зеркало из https://github.com/mozilla/pjs.git
94651 patch by durbacher@gmx.de (Andreas Kunz), inspired by timeless. r=timeless
sr=dbaron a=asa Sherlock search plugins don't decode & in URLs
This commit is contained in:
Родитель
37341257a8
Коммит
72c0bcbdc4
|
@ -5411,8 +5411,7 @@ InternetSearchDataSource::ParseHTML(nsIURI *aURL, nsIRDFResource *mParent,
|
|||
}
|
||||
resultItem.Mid(hrefStr, quoteStartOffset + 1, quoteEndOffset - quoteStartOffset - 1);
|
||||
|
||||
// strip out any bogus CRs or LFs from the HREF URL
|
||||
hrefStr.StripChars("\n\r");
|
||||
ConvertEntities(hrefStr, PR_FALSE, PR_TRUE, PR_FALSE);
|
||||
|
||||
if (hrefStr.IsEmpty()) continue;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче