diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:15 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:29 -0600 |
commit | 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (patch) | |
tree | 440bfc7f7b362c6fd1462a4ea21734346027c299 /docs/relnotes-7.11.html | |
parent | ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 (diff) |
docs: escape special html chars
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes-7.11.html')
-rw-r--r-- | docs/relnotes-7.11.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes-7.11.html b/docs/relnotes-7.11.html index 52033cf1e39..10be4c9351d 100644 --- a/docs/relnotes-7.11.html +++ b/docs/relnotes-7.11.html @@ -320,7 +320,7 @@ did not exist in the 7.10 release series at all.</p> <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39257">Bug 39257</a> - [bisected SNB]Mesa demos engine causes GPU hang</li> -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39487">Bug 39487</a> - [i965] brw_wm_surface_state.c:495: brw_update_renderbuffer_surface: Assertion `brw->>has_surface_tile_offset || (tile_x == 0 && tile_y == 0)' failed.</li> +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39487">Bug 39487</a> - [i965] brw_wm_surface_state.c:495: brw_update_renderbuffer_surface: Assertion `brw->has_surface_tile_offset || (tile_x == 0 && tile_y == 0)' failed.</li> <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39515">Bug 39515</a> - FTBFS: libEGL depends on libgbm, but libEGL builds first</li> |