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/api/geolocation_api/index.html | |
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/api/geolocation_api/index.html')
-rw-r--r-- | files/de/web/api/geolocation_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/api/geolocation_api/index.html b/files/de/web/api/geolocation_api/index.html index 6762b5cfa9..294b8ac7b8 100644 --- a/files/de/web/api/geolocation_api/index.html +++ b/files/de/web/api/geolocation_api/index.html @@ -286,7 +286,7 @@ prompt(window, <ul> <li>{{domxref("window.navigator.geolocation","navigator.geolocation")}}</li> - <li><a href="http://www.w3.org/TR/geolocation-API/" rel="external" title="http://www.w3.org/TR/geolocation-API/">Geolocation API auf w3.org</a></li> + <li><a href="http://www.w3.org/TR/geolocation-API/" rel="external">Geolocation API auf w3.org</a></li> <li><a href="/en-US/demos/tag/tech:geolocation" title="en-US/demos/tag/tech:geolocation/">Demos für die Geolokations-API</a></li> <li><a href="https://hacks.mozilla.org/2013/10/who-moved-my-geolocation/">Who moved my geolocation?</a> (Hacks blog)</li> </ul> |