aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlselectelement/setcustomvalidity/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmlselectelement/setcustomvalidity/index.html')
-rw-r--r--files/fr/web/api/htmlselectelement/setcustomvalidity/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/htmlselectelement/setcustomvalidity/index.html b/files/fr/web/api/htmlselectelement/setcustomvalidity/index.html
index da37763056..aa5cad6adc 100644
--- a/files/fr/web/api/htmlselectelement/setcustomvalidity/index.html
+++ b/files/fr/web/api/htmlselectelement/setcustomvalidity/index.html
@@ -9,7 +9,7 @@ translation_of: Web/API/HTMLSelectElement/setCustomValidity
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="eval language-html"><code class="language-html"><em>ElmSelectionne</em>.setCustomValidity(<em>message</em>);</code></pre>
+<pre class="brush: js">ElmSelectionne.setCustomValidity(message);</pre>
<h3 id="Paramètres">Paramètres</h3>