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:
jshin%mailaps.org 2004-12-26 16:59:02 +00:00
parent 7eae80b9a3
commit fe799696f2

View File

@ -958,7 +958,7 @@
if (aPostData === undefined)
aPostData = null;
b.loadURIWithFlags(aURI, nsIWebNavigation.LOAD_FLAGS_NONE,
aReferrerURI, aPostData, null);
aReferrerURI, aCharset, aPostData);
}
return t;