aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-11-24 19:24:06 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-11-24 19:24:06 +0000
commit83366788d6421eb6d23dacf0ac974a475fa6aed7 (patch)
treec2b574f5e9f6b300b6a1b81c356d5ab84fece089 /web
parentFix XHTML validation issues. (diff)
downloadpackages-3-83366788d6421eb6d23dacf0ac974a475fa6aed7.tar.gz
packages-3-83366788d6421eb6d23dacf0ac974a475fa6aed7.tar.bz2
packages-3-83366788d6421eb6d23dacf0ac974a475fa6aed7.zip
More XHTML validation cleanups.
Diffstat (limited to 'web')
-rw-r--r--web/templates/categories.html3
-rw-r--r--web/templates/faq.html5
2 files changed, 1 insertions, 7 deletions
diff --git a/web/templates/categories.html b/web/templates/categories.html
index 65ee942..02e6589 100644
--- a/web/templates/categories.html
+++ b/web/templates/categories.html
@@ -5,7 +5,6 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
- xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:lang="en" lang="en">
@@ -14,8 +13,6 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
</head>
<body>
- <banner/>
-
<leftcontent/>
<div id="centercontent" class="centercategories">
diff --git a/web/templates/faq.html b/web/templates/faq.html
index 874c1e3..7977c7c 100644
--- a/web/templates/faq.html
+++ b/web/templates/faq.html
@@ -5,7 +5,6 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
- xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:lang="en" lang="en">
@@ -13,8 +12,6 @@
<head />
<body>
- <banner/>
-
<leftcontent/>
<div id="centercontent" class="centerfaq">
@@ -39,6 +36,7 @@
</ul>
</dd>
<dt class='q'>Where are the RSS feeds?</dt>
+ <dd>
We decided to go with Atom instead of RSS for this time, but
may add both in future.<br />
For the Atom feeds, the page headers contain a link to the main
@@ -48,7 +46,6 @@
Lastly, the URLs for the feeds of the old packages.gentoo.org
are redirected to the new locations, and will remain redirected
so until January 2008.
- <dd>
</dd>
<dt class='q'>What URLs are available?</dt>
<!-- Please keep this in sync with FRONTEND_FEATURES -->