aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/mathml/element/menclose
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/mathml/element/menclose')
-rw-r--r--files/fr/web/mathml/element/menclose/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/mathml/element/menclose/index.md b/files/fr/web/mathml/element/menclose/index.md
index ca951855f1..f0bc1c0a4e 100644
--- a/files/fr/web/mathml/element/menclose/index.md
+++ b/files/fr/web/mathml/element/menclose/index.md
@@ -47,11 +47,11 @@ L'élément MathML `<menclose>` permet d'afficher son contenu groupé au sein d'
```html
<math>
-  <menclose notation="circle box">
-    <mi> x </mi>
-    <mo> + </mo>
-    <mi> y </mi>
-  </menclose>
+ <menclose notation="circle box">
+ <mi> x </mi>
+ <mo> + </mo>
+ <mi> y </mi>
+ </menclose>
</math>
```