aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/dialog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html/element/dialog/index.html')
-rw-r--r--files/ru/web/html/element/dialog/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/html/element/dialog/index.html b/files/ru/web/html/element/dialog/index.html
index 384c7e1ef0..52b1efdad9 100644
--- a/files/ru/web/html/element/dialog/index.html
+++ b/files/ru/web/html/element/dialog/index.html
@@ -56,14 +56,14 @@ translation_of: Web/HTML/Element/dialog
<h3 id="Пример_1">Пример 1</h3>
-<pre class="brush: html notranslate">&lt;dialog open&gt;
+<pre class="brush: html">&lt;dialog open&gt;
&lt;p&gt;Greetings, one and all!&lt;/p&gt;
&lt;/dialog&gt;
</pre>
<h3 id="Пример_2">Пример 2</h3>
-<pre class="brush: html notranslate">&lt;!-- Простой попап диалог с формой --&gt;
+<pre class="brush: html">&lt;!-- Простой попап диалог с формой --&gt;
&lt;dialog id="favDialog"&gt;
&lt;form method="dialog"&gt;
&lt;section&gt;
@@ -106,7 +106,7 @@ translation_of: Web/HTML/Element/dialog
&lt;/script&gt;
</pre>
-<pre class="notranslate"><code>&lt;!-- Простой попап диалог с формой --&gt;
+<pre><code>&lt;!-- Простой попап диалог с формой --&gt;
&lt;dialog id="favDialog"&gt;
&lt;form method="dialog"&gt;
&lt;section&gt;