aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/idbfactory/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/idbfactory/index.html')
-rw-r--r--files/fr/web/api/idbfactory/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/idbfactory/index.html b/files/fr/web/api/idbfactory/index.html
index cc1728ca4a..b424b0af20 100644
--- a/files/fr/web/api/idbfactory/index.html
+++ b/files/fr/web/api/idbfactory/index.html
@@ -24,9 +24,9 @@ translation_of: Web/API/IDBFactory
<h2 id="Exemples">Exemples</h2>
-<p>Dans l'exemple qui suit, on effectue une requête sur une base de données et on gère les cas de succès et d'erreur. Vous pouvez consulter un exemple complet sur <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">notre application To-do Notifications</a> (<a class="external" href="https://mdn.github.io/to-do-notifications/">voir l'exemple en <em>live</em></a>).</p>
+<p>Dans l'exemple qui suit, on effectue une requête sur une base de données et on gère les cas de succès et d'erreur. Vous pouvez consulter un exemple complet sur <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">notre application To-do Notifications</a> (<a href="https://mdn.github.io/to-do-notifications/">voir l'exemple en <em>live</em></a>).</p>
-<pre class="brush:js;highlight:[10]">var note = document.querySelector("ul");
+<pre class="brush:js">var note = document.querySelector("ul");
// Dans la ligne suivante, inclure les préfixes des
// implémentations à tester