aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/manifest/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-20 13:28:52 +0300
committerGitHub <noreply@github.com>2021-10-20 13:28:52 +0300
commit1386fed7d38652d5848d315927e7e23a66cffd13 (patch)
treeeb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/manifest/index.html
parentb0f32a46245b1033098a5a9826a7818fa4e65dde (diff)
downloadtranslated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz
translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2
translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip
[RU] Remove `name` attribute from headings (#2788)
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>