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/api/globaleventhandlers/onerror | |
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/api/globaleventhandlers/onerror')
-rw-r--r-- | files/ru/web/api/globaleventhandlers/onerror/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/globaleventhandlers/onerror/index.html b/files/ru/web/api/globaleventhandlers/onerror/index.html index f6daa8781e..e92f11ceaf 100644 --- a/files/ru/web/api/globaleventhandlers/onerror/index.html +++ b/files/ru/web/api/globaleventhandlers/onerror/index.html @@ -67,4 +67,4 @@ window.onerror = function myErrorHandler(errorMsg, url, lineNumber) { <h2 id="Specification" name="Specification">Спецификации</h2> -<p><a class="external" href="http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.3/reference/handlers.html#1120097" title="http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.3/reference/handlers.html#1120097">JavaScript 1.1</a></p> +<p><a class="external" href="http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.3/reference/handlers.html#1120097">JavaScript 1.1</a></p> |