aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/span/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/element/span/index.html')
-rw-r--r--files/fr/web/html/element/span/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/html/element/span/index.html b/files/fr/web/html/element/span/index.html
index 0840ed8d1b..da8b897455 100644
--- a/files/fr/web/html/element/span/index.html
+++ b/files/fr/web/html/element/span/index.html
@@ -14,8 +14,6 @@ translation_of: Web/HTML/Element/span
<div>{{EmbedInteractiveExample("pages/tabbed/span.html", "tabbed-shorter")}}</div>
-<div class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuez à ces exemples, n'hésitez pas à cloner <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> et à envoyer une <em>pull request</em> !</div>
-
<h2 id="Attributs">Attributs</h2>
<p>Cet élément inclut uniquement <a href="/fr/docs/Web/HTML/Attributs_universels">les attributs universels</a>.</p>
@@ -24,7 +22,7 @@ translation_of: Web/HTML/Element/span
<h3 id="HTML">HTML</h3>
-<pre class="brush:html;gutter:false">&lt;p&gt;&lt;span&gt;Un peu de texte&lt;/span&gt;&lt;/p&gt;</pre>
+<pre class="brush:html">&lt;p&gt;&lt;span&gt;Un peu de texte&lt;/span&gt;&lt;/p&gt;</pre>
<h3 id="CSS">CSS</h3>