aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/geolocation
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/geolocation')
-rw-r--r--files/fr/web/api/geolocation/getcurrentposition/index.html2
-rw-r--r--files/fr/web/api/geolocation/watchposition/index.html5
2 files changed, 3 insertions, 4 deletions
diff --git a/files/fr/web/api/geolocation/getcurrentposition/index.html b/files/fr/web/api/geolocation/getcurrentposition/index.html
index 4dc6fe3944..8168640a6c 100644
--- a/files/fr/web/api/geolocation/getcurrentposition/index.html
+++ b/files/fr/web/api/geolocation/getcurrentposition/index.html
@@ -83,6 +83,6 @@ navigator.geolocation.getCurrentPosition(success, error, options);
<h2 id="Voir_aussi">Voir aussi</h2>
<ul>
- <li><a href="/en-US/docs/WebAPI/Using_geolocation" title="/en-US/docs/WebAPI/Using_geolocation">Utiliser la géolocalisation</a></li>
+ <li><a href="/en-US/docs/WebAPI/Using_geolocation">Utiliser la géolocalisation</a></li>
<li>{{domxref("Navigator.geolocation")}}</li>
</ul>
diff --git a/files/fr/web/api/geolocation/watchposition/index.html b/files/fr/web/api/geolocation/watchposition/index.html
index 4e8ae61663..c2424f4774 100644
--- a/files/fr/web/api/geolocation/watchposition/index.html
+++ b/files/fr/web/api/geolocation/watchposition/index.html
@@ -62,9 +62,8 @@ options = {
id = navigator.geolocation.watchPosition(success, error, options);
</pre>
-<div class="note"><strong>Note : </strong>Si votre application fonctionne sous Firefox OS, veillez à la <a href="/en-US/docs/Web/API/Geolocation/navigator.requestWakeLock()">geolocation wake lock</a> pour que votre application continue à recevoir les changements de positions si votre application tourne en tâche de fond, ou si votre écran est éteint.
-
-<p> </p>
+<div class="note">
+ <p><strong>Note :</strong> Si votre application fonctionne sous Firefox OS, veillez à la <a href="/en-US/docs/Web/API/Geolocation/navigator.requestWakeLock()">geolocation wake lock</a> pour que votre application continue à recevoir les changements de positions si votre application tourne en tâche de fond, ou si votre écran est éteint.</p>
</div>
<h2 id="Spécifications">Spécifications</h2>