diff options
author | Andreas Boll <[email protected]> | 2013-01-30 22:35:54 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-02-11 10:58:33 +0100 |
commit | ab10d2d8a5fc3e04d38f357047f98b18bce2c19a (patch) | |
tree | b171eb202fea3d3b74337412d427da06c1b73d73 /docs/index.html | |
parent | bf9e19d3083b55acb2494af4e6f821e7d3af7c77 (diff) |
docs: use proper title for index.html
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 5c922042cf4..5766df2f143 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Mesa News</title> + <title>The Mesa 3D Graphics Library</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> |