diff options
author | Andreas Boll <[email protected]> | 2012-06-16 10:51:06 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-18 08:21:47 -0600 |
commit | 207d52eb4618284275a9d29e964d7e392c53c010 (patch) | |
tree | 3c5d81a6a8a6ebdb91befb1f4f60c6f351be8681 /docs/relnotes-6.5.2.html | |
parent | e48d26bf4065ed682f5d7bf81c368554aecebf43 (diff) |
docs/relnotes: consolidate html header
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes-6.5.2.html')
-rw-r--r-- | docs/relnotes-6.5.2.html | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html index ec220f3acdf..13b97b2ab2f 100644 --- a/docs/relnotes-6.5.2.html +++ b/docs/relnotes-6.5.2.html @@ -1,14 +1,13 @@ -<HTML> - -<TITLE>Mesa Release Notes</TITLE> - -<head><link rel="stylesheet" type="text/css" href="mesa.css"></head> - -<BODY> - -<body bgcolor="#eeeeee"> - -<H1>Mesa 6.5.2 Release Notes / December 2, 2006</H1> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="mesa.css"> +</head> +<body> + +<h1>Mesa 6.5.2 Release Notes / December 2, 2006</h1> <p> Mesa 6.5.2 is a 6.5 follow-on development release with a few new features |