Module: Mesa Branch: master Commit: 96924aa92ecf16cd2145b1a881df37d9162c6ba7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96924aa92ecf16cd2145b1a881df37d9162c6ba7
Author: Erik Faye-Lund <[email protected]> Date: Thu May 2 20:24:28 2019 +0200 docs: fixup mistake in contents During a rebase, it seems I accidentally broke the contents-menu, leading to a duplicate link to freedesktop.org. This was obviously not intended. Let's fix this. Signed-off-by: Erik Faye-Lund <[email protected]> Fixes: 7eee13c4679 ("docs: use dl/dd instead of blockquote for freedesktop link") Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- docs/contents.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/contents.html b/docs/contents.html index 1d39b2f5f51..1656774209f 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -101,10 +101,6 @@ </ul> <h2>Hosted by:</h2> -<br> -<blockquote> -<a href="https://freedesktop.org" target="_parent">freedesktop.org</a> -</blockquote> <dl> <dd><a href="https://freedesktop.org" target="_parent">freedesktop.org</a> </dl> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
