diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 02:54:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 09:54:07 +0300 |
commit | a3d3f72729edf1ff829150bf7ddccfbc0a70497d (patch) | |
tree | 95cdc5554055d40267679708305e124e2ab52470 /files/ru/web/mathml/element/menclose | |
parent | 40b2b076975760cb8d519d53fe40bc78282114ad (diff) | |
download | translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.gz translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.bz2 translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.zip |
remove link 'title' attributes that's just the 'href' (ru) (#1715)
Diffstat (limited to 'files/ru/web/mathml/element/menclose')
-rw-r--r-- | files/ru/web/mathml/element/menclose/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/mathml/element/menclose/index.html b/files/ru/web/mathml/element/menclose/index.html index 93ad153e65..3a2e5b492c 100644 --- a/files/ru/web/mathml/element/menclose/index.html +++ b/files/ru/web/mathml/element/menclose/index.html @@ -43,7 +43,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">актуарный символ</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Actuarial_notation">актуарный символ</a></td> </tr> <tr> <td><code>radical</code></td> @@ -121,7 +121,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">Арабский символ факториала</a></td> + <td><a class="external" href="http://en.wikipedia.org/wiki/Modern_Arabic_mathematical_notation#Arithmetic_and_algebra">Арабский символ факториала</a></td> </tr> <tr> <td><code>updiagonalarrow</code></td> |