The following source change enables coddingconventions.html to pass the HTML validator at validator.w3.org.
Okay? Index: codingconventions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.66 diff -u -r1.66 codingconventions.html --- codingconventions.html 19 Feb 2012 00:45:34 -0000 1.66 +++ codingconventions.html 4 Jun 2012 22:39:15 -0000 @@ -1,6 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> +<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII"> <title>GCC Coding Conventions</title> </head> -- Lawrence Crowl