forgot to check this in for viewsource; bug13536; r=harish

This commit is contained in:
rickg%netscape.com 1999-10-18 00:46:33 +00:00
Родитель 16b4f0d5e6
Коммит 5024910c2a
1 изменённых файлов: 3 добавлений и 8 удалений

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

@ -54,14 +54,14 @@ extern nsresult NS_NewDocumentViewer(nsIDocumentViewer** aResult);
static char* gHTMLTypes[] = {
"text/html",
"application/rtf",
"text/plain",
"text/css",
0
};
static char* gXMLTypes[] = {
"text/xml",
"application/xml",
"text/plain",
"text/css",
0
};
@ -232,13 +232,8 @@ nsLayoutDLF::CreateInstance(const char *aCommand,
{
nsresult rv = NS_ERROR_FAILURE;
// XXX vile hack
if(0==PL_strcmp(aCommand,"view-source")) {
if((0==PL_strcmp(gXMLTypes[0],aContentType)) ||
(0==PL_strcmp(gRDFTypes[0],aContentType)) ||
(0==PL_strcmp(gRDFTypes[1],aContentType))) {
aContentType=gHTMLTypes[0];
}
aContentType=gXMLTypes[0];
}
// Try html