From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/manifest/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/manifest/index.html') 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 JSON-formatted file, with one exception: it is allowed to contain "//"-style comments.

- +

Манифест может содержать следующие элементы:

{{ListSubpages("/ru/docs/Web/Manifest")}}

- +
{
   "name": "HackerWeb",
@@ -69,7 +69,7 @@ translation_of: Web/Manifest
   }]
 }
- +

Манифест веб-приложения внедряется в вашу HTML-страницу, с помощью тега ссылки в заголовке вашего документа:

-- cgit v1.2.3-54-g00ecf