aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/fieldset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html/element/fieldset/index.html')
-rw-r--r--files/ru/web/html/element/fieldset/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/html/element/fieldset/index.html b/files/ru/web/html/element/fieldset/index.html
index 2d526b1275..f6cae1b5b4 100644
--- a/files/ru/web/html/element/fieldset/index.html
+++ b/files/ru/web/html/element/fieldset/index.html
@@ -54,9 +54,9 @@ translation_of: Web/HTML/Element/fieldset
<p>{{ EmbedLiveSample('Простой_fieldset', '100%', '80') }}</p>
-<h3 id="Отключенный_fieldset">Отключенный fieldset</h3>
+<h3 id="Отключённый_fieldset">Отключённый fieldset</h3>
-<p>Этот пример показывает отключенный <code>&lt;fieldset&gt;</code> с двумя элементами управления внутри.</p>
+<p>Этот пример показывает отключённый <code>&lt;fieldset&gt;</code> с двумя элементами управления внутри.</p>
<pre class="brush: html">&lt;form action="#"&gt;
&lt;fieldset disabled&gt;
@@ -72,7 +72,7 @@ translation_of: Web/HTML/Element/fieldset
&lt;/fieldset&gt;
&lt;/form&gt;</pre>
-<p>{{ EmbedLiveSample('Отключенный_fieldset', '100%', '110') }}</p>
+<p>{{ EmbedLiveSample('Отключённый_fieldset', '100%', '110') }}</p>
<h2 id="Техническая_сводка">Техническая сводка</h2>