diff options
Diffstat (limited to 'files/fr/web/api/idbindex/getall/index.html')
-rw-r--r-- | files/fr/web/api/idbindex/getall/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/idbindex/getall/index.html b/files/fr/web/api/idbindex/getall/index.html index 5099371f31..f9ed6d0d8f 100644 --- a/files/fr/web/api/idbindex/getall/index.html +++ b/files/fr/web/api/idbindex/getall/index.html @@ -97,5 +97,5 @@ getAllKeysRequest.onsuccess = function() { <li>{{domxref("IDBKeyRange","Définir l'intervalle des clés")}}</li> <li>{{domxref("IDBObjectStore","Accès aux magasins d'objets")}}</li> <li>{{domxref("IDBCursor","Utiliser les curseur")}}</li> - <li>Exemple de référence: <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a class="external" href="http://mdn.github.io/to-do-notifications/">view example live</a>.)</li> + <li>Exemple de référence: <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a href="http://mdn.github.io/to-do-notifications/">view example live</a>.)</li> </ul> |