aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/mathml/element/msub/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/mathml/element/msub/index.md')
-rw-r--r--files/fr/web/mathml/element/msub/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/web/mathml/element/msub/index.md b/files/fr/web/mathml/element/msub/index.md
index b53cdcafab..3b7be3e203 100644
--- a/files/fr/web/mathml/element/msub/index.md
+++ b/files/fr/web/mathml/element/msub/index.md
@@ -29,10 +29,10 @@ Rendu dans votre navigateur: <math><msub><mi>X</mi> <mn>1</mn></msub></math>
```html
<math>
-  <msub>
-    <mi>X</mi>
-    <mn>1</mn>
-  </msub>
+ <msub>
+ <mi>X</mi>
+ <mn>1</mn>
+ </msub>
</math>
```