Module: Mesa Branch: staging/19.3 Commit: ee7a996069510e1c19fbc544334458eb18e1b96c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee7a996069510e1c19fbc544334458eb18e1b96c
Author: Erik Faye-Lund <[email protected]> Date: Thu Jan 16 17:13:12 2020 +0100 docs: fix typo in html tag name Fixes: 5d11a828e10 "docs: update install docs for meson" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> --- docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.html b/docs/install.html index a365de2b47d..f4f02b9859f 100644 --- a/docs/install.html +++ b/docs/install.html @@ -107,7 +107,7 @@ the packaging tool used by your distro. <h2 id="meson">2. Building with meson</h2> -<p><string>Meson &6t;= 0.46.0 is required</string></p> +<p><strong>Meson >= 0.46.0 is required</strong></p> <p> Meson is the latest build system in mesa, it is currently able to build for _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
