I change my mind about which text to display when the document was not loaded

correctly.
This commit is contained in:
dougt%netscape.com 2000-05-08 07:04:32 +00:00
Родитель d1443a55d4
Коммит 3e9f5aca61
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -635,7 +635,7 @@ nsSecureBrowserUIImpl::CheckPost(nsIURI *actionURL, PRBool *okayToPost)
GetBundleString(NS_ConvertASCIItoUCS2("DontShowAgain"), dontShowAgain);
// posting to insecure webpage from a secure webpage.
if (!secure && mIsSecureDocument)
if (!secure && mIsSecureDocument && !mIsDocumentBroken)
{
GetBundleString(NS_ConvertASCIItoUCS2("PostToInsecure"), message);
}