diff options
Diffstat (limited to 'files/ru/web/html/element/fieldset/index.html')
-rw-r--r-- | files/ru/web/html/element/fieldset/index.html | 6 |
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><fieldset></code> с двумя элементами управления внутри.</p> +<p>Этот пример показывает отключённый <code><fieldset></code> с двумя элементами управления внутри.</p> <pre class="brush: html"><form action="#"> <fieldset disabled> @@ -72,7 +72,7 @@ translation_of: Web/HTML/Element/fieldset </fieldset> </form></pre> -<p>{{ EmbedLiveSample('Отключенный_fieldset', '100%', '110') }}</p> +<p>{{ EmbedLiveSample('Отключённый_fieldset', '100%', '110') }}</p> <h2 id="Техническая_сводка">Техническая сводка</h2> |