Mesa (master): docs/subset-A.html: fix markup

Brian Paul brianp at kemper.freedesktop.org
Tue Jun 12 14:19:51 UTC 2012


Module: Mesa
Branch: master
Commit: f85d23cea4588dc1a62477a134bde9cd87d5d2d1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f85d23cea4588dc1a62477a134bde9cd87d5d2d1

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Tue Jun 12 09:05:30 2012 +0200

docs/subset-A.html: fix markup

fixes tidy warnings:

line 11 column 1 - Warning: <center> isn't allowed in <h1> elements
line 10 column 1 - Info: <h1> previously mentioned
line 11 column 34 - Warning: discarding unexpected </center>
line 14 column 1 - Warning: <center> isn't allowed in <h2> elements
line 13 column 1 - Info: <h2> previously mentioned
line 13 column 1 - Warning: missing </h2> before <h3>
line 18 column 1 - Warning: discarding unexpected </center>
line 19 column 1 - Warning: discarding unexpected </h2>

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 docs/subset-A.html |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/docs/subset-A.html b/docs/subset-A.html
index 539ce33..6dcd843 100644
--- a/docs/subset-A.html
+++ b/docs/subset-A.html
@@ -7,16 +7,9 @@
 <body>
 <span style="font-style: italic;"></span><span
  style="font-weight: bold;"></span>
-<h1>
-<center>Mesa Subset Specification</center>
-</h1>
-<h2>
-<center>
-<h3>Tungsten Graphics, Inc.</h3>
-<h3>February 26, 2003<br>
-</h3>
-</center>
-</h2>
+<h1 style="text-align: center;">Mesa Subset Specification</h1>
+<h2 style="text-align: center;">Tungsten Graphics, Inc.</h2>
+<h2 style="text-align: center;">February 26, 2003</h2>
 <p> Copyright © 2002-2003 by Tungsten Graphics, Inc.,
 Cedar Park, Texas. All Rights Reserved. <br>
 <br>




More information about the mesa-commit mailing list