Testing indicates that we should never trim the resultItemEndStr.
git-svn-id: svn://10.0.0.236/trunk@55287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2295,7 +2295,8 @@ InternetSearchDataSourceCallback::OnStopRequest(nsIChannel* channel, nsISupports
|
||||
}
|
||||
}
|
||||
|
||||
PRBool trimItemEnd = PR_TRUE;
|
||||
PRBool trimItemEnd = PR_FALSE; // rjc note: testing shows we should NEVER trim???
|
||||
|
||||
// if resultItemEndStr is not specified, try making it the same as resultItemStartStr
|
||||
if (resultItemEndStr.Length() < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user