diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-09-18 19:31:28 +0200 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-09-19 17:15:48 +0200 |
commit | a73c59b7a6f45aeca32134873f893af178b354b8 (patch) | |
tree | 3881305de88ca05cfc8fb78aef2beca7a442bf62 /docs/opengles.html | |
parent | 7b092548837254d1d9c741d31acac402354c0a2b (diff) |
docs: remove obsolete target attribute
Diffstat (limited to 'docs/opengles.html')
-rw-r--r-- | docs/opengles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/opengles.html b/docs/opengles.html index 6b35ce5f70..f08acb57bd 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -17,8 +17,8 @@ <h1>OpenGL ES</h1> <p>Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More informations about -OpenGL ES can be found at <a href="http://www.khronos.org/opengles/" -target="_parent"> http://www.khronos.org/opengles/</a>.</p> +OpenGL ES can be found at <a href="http://www.khronos.org/opengles/"> +http://www.khronos.org/opengles/</a>.</p> <p>OpenGL ES depends on a working EGL implementation. Please refer to <a href="egl.html">Mesa EGL</a> for more information about EGL.</p> |