diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/browser/index.html | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/browser/index.html')
-rw-r--r-- | files/fr/glossary/browser/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/glossary/browser/index.html b/files/fr/glossary/browser/index.html index 7e427615be..ed017e4ece 100644 --- a/files/fr/glossary/browser/index.html +++ b/files/fr/glossary/browser/index.html @@ -15,14 +15,14 @@ original_slug: Glossaire/Navigateur <ul> <li>{{Interwiki("wikipedia", "Navigateur web")}} sur Wikipédia</li> - <li><a href="http://www.evolutionoftheweb.com/" rel="external">L'évolution du Web</a></li> + <li><a href="http://www.evolutionoftheweb.com/">L'évolution du Web</a></li> </ul> <h3 id="Télécharger_un_navigateur">Télécharger un navigateur</h3> <ul> <li><a href="https://www.mozilla.org/fr/firefox/desktop/">Mozilla Firefox</a></li> - <li><a href="https://www.google.fr/intl/fr/chrome/browser/desktop/index.html" rel="external">Google Chrome</a></li> - <li><a href="http://windows.microsoft.com/fr-fr/internet-explorer/download-ie" rel="external">Microsoft Internet Explorer</a></li> - <li><a href="http://www.opera.com/fr" rel="external">Navigateur Opera</a></li> + <li><a href="https://www.google.fr/intl/fr/chrome/browser/desktop/index.html">Google Chrome</a></li> + <li><a href="http://windows.microsoft.com/fr-fr/internet-explorer/download-ie">Microsoft Internet Explorer</a></li> + <li><a href="http://www.opera.com/fr">Navigateur Opera</a></li> </ul> |