diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-21 15:34:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 15:34:50 +0300 |
commit | fc853997358a3d2b6cd756655457af317b304d48 (patch) | |
tree | c6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/web/http/basics_of_http | |
parent | 8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff) | |
download | translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2 translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip |
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/web/http/basics_of_http')
-rw-r--r-- | files/ru/web/http/basics_of_http/data_uris/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/http/basics_of_http/mime_types/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/http/basics_of_http/data_uris/index.html b/files/ru/web/http/basics_of_http/data_uris/index.html index 107a3298bc..f3161ee116 100644 --- a/files/ru/web/http/basics_of_http/data_uris/index.html +++ b/files/ru/web/http/basics_of_http/data_uris/index.html @@ -120,7 +120,7 @@ bash -c "echo -n hello`|base64" <p>{{compat("http.data-url")}}</p> -<h2 id="Смотрите_так_же">Смотрите так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="/ru/docs/Web/API/WindowBase64/Base64_encoding_and_decoding">Base64 кодирование и декодирование</a></li> diff --git a/files/ru/web/http/basics_of_http/mime_types/index.html b/files/ru/web/http/basics_of_http/mime_types/index.html index 41b620e326..e5f99a3352 100644 --- a/files/ru/web/http/basics_of_http/mime_types/index.html +++ b/files/ru/web/http/basics_of_http/mime_types/index.html @@ -305,7 +305,7 @@ Content-Range: bytes 300-400/1270 <li>Магические числа. Синтаксисы различных форматов позволяют узнавать их тип, через анализ их структуры байтов. Например, GIF файлы начинаются с <code>47 49 46 38 39</code> шестнадцатеричного значения (<code>GIF89</code>), а PNG файлы с <code>89 50 4E 47</code> (<code>.PNG</code>). Опять же, не все типы документов имеют магические числа, так что этот подход так же не надёжен на 100%.</li> </ul> -<h2 id="Смотрите_так_же">Смотрите так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="https://wiki.developer.mozilla.org/ru/docs/Web/Media">Медиа технологии в web</a></li> |