summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:19:06 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:19:06 +0000
commitd4ea4ed8a403a9b87e8a6e616b6f160a0f1d4006 (patch)
treea2d80674900f12e708e74a5eab038e0d427aff5f /index.html
parentb895f53cf33e16f370e7c085a8d3429dad864b93 (diff)
downloadhttpd-d4ea4ed8a403a9b87e8a6e616b6f160a0f1d4006.tar.gz
httpd-d4ea4ed8a403a9b87e8a6e616b6f160a0f1d4006.tar.xz
httpd-d4ea4ed8a403a9b87e8a6e616b6f160a0f1d4006.zip
auto-import changelog data from httpd-2.0.49-4.ent.src.rpmhttpd-2_0_49-4_ent
Thu May 06 2004 Joe Orton <jorton@redhat.com> 2.0.49-4 - make "noindex" page valid XHTML 1.1 (Pascal Volk, #122020) - fix SEGV with no Listen directives (Michael Corcoran) - mod_cgi: synch with 2.0 backport proposed upstream Thu Apr 22 2004 Joe Orton <jorton@redhat.com> 2.0.49-3 - conflict with older pcre (#121531) - include mod_ext_filter - mod_cgi: handle concurrent stderr/stdout from script
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/index.html b/index.html
index b3769b8..7f33e0f 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title>
-
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
/*<![CDATA[*/
body {
@@ -69,16 +69,13 @@
float: left;
padding-bottom: 2em;
}
- .content-columns>.content-column-left {
- /* Non-IE/Win */
- }
- .content-columns>.content-column-right {
+ .content-columns>.content-column-left, .content-columns>.content-column-right {
/* Non-IE/Win */
}
img {
border: 2px solid #fff;
padding: 2px;
- pargin: 2px;
+ margin: 2px;
}
a:hover img {
border: 2px solid #f50;