aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/manifest/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/manifest/index.html')
-rw-r--r--files/ru/web/manifest/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/manifest/index.html b/files/ru/web/manifest/index.html
index a6dd7f70fb..125a9ecfb4 100644
--- a/files/ru/web/manifest/index.html
+++ b/files/ru/web/manifest/index.html
@@ -21,13 +21,13 @@ translation_of: Web/Manifest
It is a <a href="/en-US/docs/Glossary/JSON">JSON</a>-formatted file, with one exception: it is allowed to contain "<code>//</code>"-style comments.</p>
</div>
-<h2 id="Deploying_a_manifest_with_the_link_tag" name="Deploying_a_manifest_with_the_link_tag">Содержимое манифеста</h2>
+<h2 id="Deploying_a_manifest_with_the_link_tag">Содержимое манифеста</h2>
<p>Манифест может содержать следующие элементы:</p>
<p>{{ListSubpages("/ru/docs/Web/Manifest")}}</p>
-<h2 id="Deploying_a_manifest_with_the_link_tag" name="Deploying_a_manifest_with_the_link_tag">Пример манифеста</h2>
+<h2 id="Deploying_a_manifest_with_the_link_tag">Пример манифеста</h2>
<pre class="brush: json">{
"name": "HackerWeb",
@@ -69,7 +69,7 @@ translation_of: Web/Manifest
}]
}</pre>
-<h2 id="Deploying_a_manifest_with_the_link_tag" name="Deploying_a_manifest_with_the_link_tag">Внедрение манифеста</h2>
+<h2 id="Deploying_a_manifest_with_the_link_tag">Внедрение манифеста</h2>
<p>Манифест веб-приложения внедряется в вашу HTML-страницу, с помощью тега ссылки в заголовке вашего документа:</p>