mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 92457. Plugins page refers to 'Netcenter', but should read, 'Netscape.com'. r=av@netscape.com, sr=alecf@netscape.com
This commit is contained in:
parent
6ea428ac69
commit
7b87e49eae
@ -83,7 +83,7 @@ else
|
||||
document.writeln("<span id=\"noplugs\">No plug-ins are installed.<\/span><br>");
|
||||
|
||||
document.writeln("Find more information about browser plug-ins at ");
|
||||
document.writeln("<a href=\"http://home.netscape.com/plugins/index.html\">Netscape Netcenter<\/a>.");
|
||||
document.writeln("<a href=\"http://home.netscape.com/plugins/index.html\">Netscape.com<\/a>.");
|
||||
document.writeln("<p><\/p><hr>");
|
||||
|
||||
for (var i = 0; i < numPlugins; i++)
|
||||
|
@ -83,7 +83,7 @@ else
|
||||
document.writeln("<span id=\"noplugs\">No plug-ins are installed.<\/span><br>");
|
||||
|
||||
document.writeln("Find more information about browser plug-ins at ");
|
||||
document.writeln("<a href=\"http://home.netscape.com/plugins/index.html\">Netscape Netcenter<\/a>.");
|
||||
document.writeln("<a href=\"http://home.netscape.com/plugins/index.html\">Netscape.com<\/a>.");
|
||||
document.writeln("<p><\/p><hr>");
|
||||
|
||||
for (var i = 0; i < numPlugins; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user