www/53473: [patch] Fix typos in www/en/vendors.html

Simon L. Nielsen simon at nitro.dk
Wed Jun 18 17:20:15 PDT 2003


>Number:         53473
>Category:       www
>Synopsis:       [patch] Fix typos in www/en/vendors.html
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 17:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
>Description:
Fix two typos in www/en/vendors.html : missing "=" in the refresh
header, and a </a> tag which should be a </p>.  While I'm here, make
the page valid xhtml 1.0, according to validator.w3.org.
>How-To-Repeat:
>Fix:
--- www-vendors.patch begins here ---
Index: vendors.html
===================================================================
RCS file: /home/ncvs/www/en/vendors.html,v
retrieving revision 1.2
diff -u -d -r1.2 vendors.html
--- vendors.html	19 Jan 2003 16:36:27 -0000	1.2
+++ vendors.html	19 Jun 2003 00:07:11 -0000
@@ -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>
--- www-vendors.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-www mailing list