diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:32:55 -0400 |
commit | 9fb44756a5432219d159d6892341e0a9e0582bb2 (patch) | |
tree | fa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/mathml/element/menclose | |
parent | f223964e7c5c62237914625780565de982015f04 (diff) | |
download | translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2 translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip |
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/mathml/element/menclose')
-rw-r--r-- | files/de/web/mathml/element/menclose/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/mathml/element/menclose/index.html b/files/de/web/mathml/element/menclose/index.html index 8c41049e54..371e44bc59 100644 --- a/files/de/web/mathml/element/menclose/index.html +++ b/files/de/web/mathml/element/menclose/index.html @@ -42,7 +42,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">actuarial symbol</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Actuarial_notation">actuarial symbol</a></td> </tr> <tr> <td><code>radical</code></td> @@ -120,7 +120,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">Arabic factorial symbol</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra">Arabic factorial symbol</a></td> </tr> <tr> <td><code>updiagonalarrow</code></td> |