bug 199237 : non-textual docs(image/media) opened in a new tab have url-escaped name in title: checking in what's missed in the previous check-in (a year and half ago) (one-liner)
git-svn-id: svn://10.0.0.236/trunk@167033 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7eae80b9a3
commit
fe799696f2
@ -958,7 +958,7 @@
|
||||
if (aPostData === undefined)
|
||||
aPostData = null;
|
||||
b.loadURIWithFlags(aURI, nsIWebNavigation.LOAD_FLAGS_NONE,
|
||||
aReferrerURI, aPostData, null);
|
||||
aReferrerURI, aCharset, aPostData);
|
||||
}
|
||||
|
||||
return t;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user