diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-16 10:51:06 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-18 08:21:47 -0600 |
commit | 207d52eb4618284275a9d29e964d7e392c53c010 (patch) | |
tree | 3c5d81a6a8a6ebdb91befb1f4f60c6f351be8681 /docs/relnotes-7.0.2.html | |
parent | e48d26bf4065ed682f5d7bf81c368554aecebf43 (diff) |
docs/relnotes: consolidate html header
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/relnotes-7.0.2.html')
-rw-r--r-- | docs/relnotes-7.0.2.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index 7a7c70f13b..b3b13c2bd6 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -1,14 +1,13 @@ -<HTML> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="mesa.css"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> +</head> +<body> -<TITLE>Mesa Release Notes</TITLE> - -<head><link rel="stylesheet" type="text/css" href="mesa.css"></head> - -<BODY> - -<body bgcolor="#eeeeee"> - -<H1>Mesa 7.0.2 Release Notes / November 10, 2007</H1> +<h1>Mesa 7.0.2 Release Notes / November 10, 2007</h1> <p> Mesa 7.0.2 is a stable release with bug fixes since version 7.0. |