Browser quering blocklist and formatting in HTML error page
Posted: 2015-12-30, 17:11
In the browser console:
[18:05:42.923] mismatched tag. Expected: </link>. @ http://blocklist.palemoon.org/25.8.1/blocklist.xml:15
It seems that Pale Moon tried to fetch the blocklist (whatever that might be) and it failed, getting an error 404 page back (including the missing /> at the end of the link tag at line 15.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Pale Moon -</title>
<!-- Keep the http-equiv meta tag for IE8 -->
<meta http-equiv="X-UA-Compatible" content="IE=8">
<link rel="stylesheet" type="text/css" media="screen,projection" href="/pagestyle.css">
</head><body>
<table class="maintable" align="center" bgcolor="#f9f9f9" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th><img style="border: 0px solid ; width: 800px; height: 82px;" alt="The Pale Moon Project - Custom-built and optimized Firefox browsers for Windows Operating Systems" src="/pm-bannerheader.jpg" align="top" hspace="0" vspace="0"><br>
</th>
</tr>
<tr align="left">
<td style="padding: 0pt; vertical-align: top; background-color: rgb(82, 114, 161);"> <br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<h1>404 - Page not found</h1>
The document you have requested does not exist on this server.<br>
Please check your URL and try again!<br>
You can also <a href="http://www.palemoon.org/">go to the homepage</a>
instead.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; text-align: center;"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head></head><body><div style="text-align: center; line-height: 13px;"><small style="color: silver;"><small><br>
<span style="color: rgb(102, 102, 102);">Site and contents ©
2009-2012 <a href="http://www.moonchildproductions.info/">Moonchild Productions</a> - All rights reserved<br>
</small></small></div></body></html>
</td>
</tr>
</tbody>
</table>
</body></html>
[18:05:42.923] mismatched tag. Expected: </link>. @ http://blocklist.palemoon.org/25.8.1/blocklist.xml:15
It seems that Pale Moon tried to fetch the blocklist (whatever that might be) and it failed, getting an error 404 page back (including the missing /> at the end of the link tag at line 15.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Pale Moon -</title>
<!-- Keep the http-equiv meta tag for IE8 -->
<meta http-equiv="X-UA-Compatible" content="IE=8">
<link rel="stylesheet" type="text/css" media="screen,projection" href="/pagestyle.css">
</head><body>
<table class="maintable" align="center" bgcolor="#f9f9f9" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th><img style="border: 0px solid ; width: 800px; height: 82px;" alt="The Pale Moon Project - Custom-built and optimized Firefox browsers for Windows Operating Systems" src="/pm-bannerheader.jpg" align="top" hspace="0" vspace="0"><br>
</th>
</tr>
<tr align="left">
<td style="padding: 0pt; vertical-align: top; background-color: rgb(82, 114, 161);"> <br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<h1>404 - Page not found</h1>
The document you have requested does not exist on this server.<br>
Please check your URL and try again!<br>
You can also <a href="http://www.palemoon.org/">go to the homepage</a>
instead.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; text-align: center;"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head></head><body><div style="text-align: center; line-height: 13px;"><small style="color: silver;"><small><br>
<span style="color: rgb(102, 102, 102);">Site and contents ©
2009-2012 <a href="http://www.moonchildproductions.info/">Moonchild Productions</a> - All rights reserved<br>
</small></small></div></body></html>
</td>
</tr>
</tbody>
</table>
</body></html>