diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:28:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 17:28:54 +0200 |
commit | f223964e7c5c62237914625780565de982015f04 (patch) | |
tree | b4dcbc083b8c31e5df972b507bb0874bfe956a39 /files/fr/web/mathml/element/menclose | |
parent | 8fa8486a913466c012e0376c1d1a0075220aabb4 (diff) | |
download | translated-content-f223964e7c5c62237914625780565de982015f04.tar.gz translated-content-f223964e7c5c62237914625780565de982015f04.tar.bz2 translated-content-f223964e7c5c62237914625780565de982015f04.zip |
Remove link title attributes thats just the href fr part 3 (#1734)
* remove link 'title' attributes that's just the 'href' (fr, part 3)
* a couple more
Diffstat (limited to 'files/fr/web/mathml/element/menclose')
-rw-r--r-- | files/fr/web/mathml/element/menclose/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/mathml/element/menclose/index.html b/files/fr/web/mathml/element/menclose/index.html index 7dac995d71..84e3ab3e19 100644 --- a/files/fr/web/mathml/element/menclose/index.html +++ b/files/fr/web/mathml/element/menclose/index.html @@ -50,7 +50,7 @@ translation_of: Web/MathML/Element/menclose <td><code>actuarial</code></td> <td><img alt="actuarial" src="/files/3168/actuarial.png"></td> <td><math> <menclose notation="actuarial"> <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup> </menclose> </math></td> - <td><a class="external" href="http://en.wikipedia.org/wiki/Actuarial_notation" title="http://en.wikipedia.org/wiki/Actuarial_notation">Symbole actuaire</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Actuarial_notation">Symbole actuaire</a></td> </tr> <tr> <td><code>radical</code></td> @@ -128,7 +128,7 @@ translation_of: Web/MathML/Element/menclose <td><code>madruwb</code></td> <td><img alt="madruwb" src="/files/3181/madruwb.png"></td> <td><math> <menclose notation="madruwb"> <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup> </menclose> </math></td> - <td><a class="external" href="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra" title="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra">Symbole arabe pour la factorielle</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra">Symbole arabe pour la factorielle</a></td> </tr> <tr> <td><code>updiagonalarrow</code></td> |