aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/history/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/history/index.html')
-rw-r--r--files/ru/web/api/window/history/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/window/history/index.html b/files/ru/web/api/window/history/index.html
index 130637f6d3..c6cc2c76cf 100644
--- a/files/ru/web/api/window/history/index.html
+++ b/files/ru/web/api/window/history/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/Window/history
<pre class="syntaxbox"><em>var historyObj</em> = <em>window</em>.history;
</pre>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<pre class="brush: js">history.back(); // эквивалент клика по кнопке назад
history.go(-1); // эквивалент history.back();