aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/template
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/element/template')
-rw-r--r--files/fr/web/html/element/template/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/html/element/template/index.html b/files/fr/web/html/element/template/index.html
index c9fb9daf78..de36c2e5ef 100644
--- a/files/fr/web/html/element/template/index.html
+++ b/files/fr/web/html/element/template/index.html
@@ -84,14 +84,12 @@ if ("content" in document.createElement("template")) {
<p>Le résultat correspond au tableau HTML original avec deux lignes supplémentaires qui ont été ajoutées grâce au code JavaScript :</p>
-<div class="hidden">
-<pre class="brush: css">table {
+<pre class="brush: css hidden">table {
background: #000;
}
table td {
background: #fff;
}</pre>
-</div>
<p>{{EmbedLiveSample("Exemples", 500, 120)}}</p>