aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/label/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html/element/label/index.html')
-rw-r--r--files/ru/web/html/element/label/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/html/element/label/index.html b/files/ru/web/html/element/label/index.html
index 660264e853..7f795525d0 100644
--- a/files/ru/web/html/element/label/index.html
+++ b/files/ru/web/html/element/label/index.html
@@ -68,13 +68,13 @@ translation_of: Web/HTML/Element/label
<h3 id="Simple_label_example">Simple label example</h3>
-<pre class="brush: html notranslate">&lt;label&gt;Click me &lt;input type="text"&gt;&lt;/label&gt;</pre>
+<pre class="brush: html">&lt;label&gt;Click me &lt;input type="text"&gt;&lt;/label&gt;</pre>
<p>{{EmbedLiveSample('Simple_label_example', '200', '50', '')}}</p>
<h3 id="Using_the_for_attribute">Using the "for" attribute</h3>
-<pre class="brush: html notranslate">&lt;label for="username"&gt;Click me&lt;/label&gt;
+<pre class="brush: html">&lt;label for="username"&gt;Click me&lt;/label&gt;
&lt;input type="text" id="username"&gt;</pre>
<p>{{EmbedLiveSample('Using_the_for_attribute', '200', '50', '')}}</p>