o Add a missing '=' to the refresh header.
o Replace an erroneous </a> with </p>. o Add appropriate headers to make this valid XHTML 1.0, and declare it as such. PR: www/53473 Submitted by: Simon L. Nielsen <simon@nitro.dk>
This commit is contained in:
parent
b59a38e679
commit
b7c2e6093d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17377
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content "5;url=doc/en_US.ISO8859-1/books/handbook/mirrors.html">
|
||||
<meta http-equiv="refresh" content="5;url=doc/en_US.ISO8859-1/books/handbook/mirrors.html" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Vendors who provide FreeBSD</title>
|
||||
</head>
|
||||
|
||||
|
@ -9,6 +12,6 @@
|
|||
href="doc/en_US.ISO8859-1/books/handbook/mirrors.html">as part of
|
||||
the FreeBSD Handbook</a>. You should be automatically redirected
|
||||
there in a few seconds. If not, please follow the link and update
|
||||
your bookmarks. We apologize for the inconvenience.</a>
|
||||
your bookmarks. We apologize for the inconvenience.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue