There's a couple of minor things that need changing on the site to make it W3 Valid: 1) <b><i>Logged in as: chriswhite@gentoo.org</b> | <a href="relogin.cgi">Log out</a></i> I believe the <b> tag needs to be nested inside of the <i> tag 2) <img border=0 src="/skins/custom/gentoo-header.png"> This needs to be / escaped at the end, and it should have an alt= attribute. This helps with people with disabilities using screenreaders, as well as people with text browsers. 3) <td align="middle"> align is deprecated, but for a quick fix that should be "center" instead. For a better fix: <td style="text-align: center"> would work. I'll have a look at the bugzilla source when I get home to check some of this stuff out. I know some of it is probably customized, but I'll check against the last version I saw in the various upgrade announcements to figure out where to start.
Moving open bugzilla bugs to the new bugzilla group (because I'm about to stab lots of these bugs).
please revisit all of these items since we are using a new version from upstream. For each page that you see a bug on, please mention what page this time.