summaryrefslogtreecommitdiffstats
path: root/docs/meson.html
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-04-18 13:57:03 +0200
committerErik Faye-Lund <[email protected]>2019-05-02 11:09:15 +0000
commit13b990000fb5ecc7ca490ef50d3a29ee6777b5b9 (patch)
treec5215c77f6cf2234d08856374d61f4cafad63321 /docs/meson.html
parent13c423629ea1c8d5822d2266d0969c75ea036e9c (diff)
docs: properly escape '>'
The '>'-symbol should usually be escaped to avoid confusing strict parsers. While it's very unlikely to cause issues as-is, let's quite it for good measure. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/meson.html')
-rw-r--r--docs/meson.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.html b/docs/meson.html
index 00ef31bf459..7191d5fbf0a 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -44,7 +44,7 @@ or
sudo dnf install meson # Fedora
</pre>
-<p><strong>Mesa requires Meson >= 0.45.0 to build.</strong>
+<p><strong>Mesa requires Meson &gt;= 0.45.0 to build.</strong>
Some older versions of meson do not check that they are too old and will error
out in odd ways.