From 1adc79897fe49bc407dbd7e71a61c854bc92f347 Mon Sep 17 00:00:00 2001 From: Nicolas Jesenberger <71784091+njsen@users.noreply.github.com> Date: Sun, 28 Nov 2021 23:17:21 +0100 Subject: Fix: Ordered List Wrong Attribute (#3216)
    should be
      in order to display Roman numeral type --- files/fr/web/html/element/ol/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web') diff --git a/files/fr/web/html/element/ol/index.md b/files/fr/web/html/element/ol/index.md index 0d7e7302d1..1ad590cfad 100644 --- a/files/fr/web/html/element/ol/index.md +++ b/files/fr/web/html/element/ol/index.md @@ -164,7 +164,7 @@ Le HTML ci-dessus affichera : ### Utilisation des chiffres romains ```html -
        +
        1. Introduction
        2. Liste des Greffes
        3. Conclusion
        4. -- cgit v1.2.3-54-g00ecf