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/webdav | |
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/webdav')
-rw-r--r-- | files/fr/glossary/webdav/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/files/fr/glossary/webdav/index.html b/files/fr/glossary/webdav/index.html index f3c27e91a0..c1060350f0 100644 --- a/files/fr/glossary/webdav/index.html +++ b/files/fr/glossary/webdav/index.html @@ -21,10 +21,7 @@ original_slug: Glossaire/WebDAV <li>verrouillage d'un document pour restreindre son édition à une seule personne à la fois</li> </ul> -<dl> -</dl> - -<h2 id="See_also" name="See_also">Pour approfondir</h2> +<h2 id="See_also">Pour approfondir</h2> <h3 id="Culture_générale">Culture générale</h3> @@ -35,7 +32,7 @@ original_slug: Glossaire/WebDAV <h3 id="Référence_technique">Référence technique</h3> <ul> - <li><span class="external">{{rfc(2518)}}</span></li> - <li><span class="external">{{rfc(3253)}}</span></li> + <li>{{rfc(2518)}}</li> + <li>{{rfc(3253)}}</li> <li>{{rfc(3744)}}</li> </ul> |