diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/glossary/base64 | |
parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
download | translated-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/glossary/base64')
-rw-r--r-- | files/ru/glossary/base64/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/glossary/base64/index.html b/files/ru/glossary/base64/index.html index 6ba77386d2..065704666a 100644 --- a/files/ru/glossary/base64/index.html +++ b/files/ru/glossary/base64/index.html @@ -23,7 +23,7 @@ original_slug: Web/API/WindowBase64/Base64_encoding_and_decoding <tbody> <tr> <td> - <h2 class="Documentation" id="Documentation" name="Documentation">Документация</h2> + <h2 class="Documentation" id="Documentation">Документация</h2> <dl> <dt><a href="https://developer.mozilla.org/en-US/docs/data_URIs" title="https://developer.mozilla.org/en-US/docs/data_URIs"><code>data</code> URIs</a></dt> @@ -50,7 +50,7 @@ original_slug: Web/API/WindowBase64/Base64_encoding_and_decoding </td> <td> - <h2 class="Tools" id="Tools" name="Tools">Tools</h2> + <h2 class="Tools" id="Tools">Tools</h2> <ul> <li><a href="#Solution_2_–_rewrite_the_DOMs_atob()_and_btoa()_using_JavaScript's_TypedArrays_and_UTF-8">Rewriting <code>atob()</code> and <code>btoa()</code> using <code>TypedArray</code>s and UTF-8</a></li> @@ -58,7 +58,7 @@ original_slug: Web/API/WindowBase64/Base64_encoding_and_decoding </ul> - <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Related Topics</h2> + <h2 class="Related_Topics" id="Related_Topics">Related Topics</h2> <ul> <li><a href="/en-US/docs/Web/JavaScript/Typed_arrays/ArrayBuffer"><code>ArrayBuffer</code></a></li> |