diff options
Diffstat (limited to 'files/fr/web/api/idbtransaction/db/index.html')
-rw-r--r-- | files/fr/web/api/idbtransaction/db/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/web/api/idbtransaction/db/index.html b/files/fr/web/api/idbtransaction/db/index.html index d81591a87a..a193d733ca 100644 --- a/files/fr/web/api/idbtransaction/db/index.html +++ b/files/fr/web/api/idbtransaction/db/index.html @@ -74,7 +74,9 @@ function addData() { }; </pre> -<p class="note"><strong>Note :</strong> pour un exemple fonctionnel complet, voir notre <a href="https://github.com/mdn/to-do-notifications/">application To-do</a> (<a href="https://mdn.github.io/to-do-notifications/">exemple</a>).</p> +<div class="note"> + <p><strong>Note :</strong> pour un exemple fonctionnel complet, voir notre <a href="https://github.com/mdn/to-do-notifications/">application To-do</a> (<a href="https://mdn.github.io/to-do-notifications/">exemple</a>).</p> +</div> <h2 id="Spécifications">Spécifications</h2> @@ -106,5 +108,5 @@ function addData() { <li>Définir un intervalle de clés : {{domxref("IDBKeyRange")}}</li> <li>Récupérer et modifier les données : {{domxref("IDBObjectStore")}}</li> <li>Utiliser les curseurs {{domxref("IDBCursor")}}</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="https://mdn.github.io/to-do-notifications/">exemple <em>live</em></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="https://mdn.github.io/to-do-notifications/">exemple <em>live</em></a>).</li> </ul> |