diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 00:55:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 06:55:10 +0200 |
commit | cd2a2450395e7c6991abb449bb8f5385bca665e7 (patch) | |
tree | 03f457bda5cfca16030be2149d9a5903036a1be7 /files/fr/tools/page_inspector | |
parent | 13db12ce5c9cfe0c433f35587035dce15eedf294 (diff) | |
download | translated-content-cd2a2450395e7c6991abb449bb8f5385bca665e7.tar.gz translated-content-cd2a2450395e7c6991abb449bb8f5385bca665e7.tar.bz2 translated-content-cd2a2450395e7c6991abb449bb8f5385bca665e7.zip |
remove link 'title' attributes that's just the 'href' (fr) (#1713)
Diffstat (limited to 'files/fr/tools/page_inspector')
-rw-r--r-- | files/fr/tools/page_inspector/how_to/use_the_inspector_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/tools/page_inspector/how_to/use_the_inspector_api/index.html b/files/fr/tools/page_inspector/how_to/use_the_inspector_api/index.html index c50019fef6..78a9386c2c 100644 --- a/files/fr/tools/page_inspector/how_to/use_the_inspector_api/index.html +++ b/files/fr/tools/page_inspector/how_to/use_the_inspector_api/index.html @@ -15,7 +15,7 @@ original_slug: Outils/Inspecteur/Comment/Utiliser_l_API_de_l_Inspecteur <h3 id="window.inspector">window.inspector</h3> -<p>Défini dans <a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js" title="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js">inspector-panel.js</a>. Attributs et fonctions :</p> +<p>Défini dans <a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js">inspector-panel.js</a>. Attributs et fonctions :</p> <ul> <li>.selection - information sur la sélection de l'inspecteur : |