aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/designmode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/document/designmode/index.html')
-rw-r--r--files/ru/web/api/document/designmode/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/document/designmode/index.html b/files/ru/web/api/document/designmode/index.html
index 20dfa58ca0..b7dad0dff4 100644
--- a/files/ru/web/api/document/designmode/index.html
+++ b/files/ru/web/api/document/designmode/index.html
@@ -20,7 +20,7 @@ translation_of: Web/API/Document/designMode
<pre><code>var mode = document.designMode;
document.designMode = "on" </code>|| "off";</pre>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<p>Включить режим редактирования для {{HTMLElement("iframe")}} :</p>
@@ -50,7 +50,7 @@ document.designMode = "on" </code>|| "off";</pre>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li><a href="/en-US/docs/Rich-Text_Editing_in_Mozilla">Rich-Text Editing в Mozilla</a></li>