aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/navigator/registerprotocolhandler/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/navigator/registerprotocolhandler/index.html')
-rw-r--r--files/fr/web/api/navigator/registerprotocolhandler/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/navigator/registerprotocolhandler/index.html b/files/fr/web/api/navigator/registerprotocolhandler/index.html
index 9c9f9bdff7..25df0e4c12 100644
--- a/files/fr/web/api/navigator/registerprotocolhandler/index.html
+++ b/files/fr/web/api/navigator/registerprotocolhandler/index.html
@@ -26,7 +26,7 @@ translation_of: Web/API/Navigator/registerProtocolHandler
<h3 id="Exemple">Exemple</h3>
-<p>Si votre application web est située à http://www.example.com, vous pouvez enregistrer un gestionnaire de protocole lui permettant de gérer « mailto » comme ceci :</p>
+<p>Si votre application web est située à <code>http://www.example.com</code>, vous pouvez enregistrer un gestionnaire de protocole lui permettant de gérer « mailto » comme ceci :</p>
<pre class="eval">navigator.registerProtocolHandler("mailto",
"<a href="https://www.example.com/?to=%s">https://www.example.com/?to=%s</a>",