diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/encodeuri')
-rw-r--r-- | files/ru/web/javascript/reference/global_objects/encodeuri/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/encodeuri/index.html b/files/ru/web/javascript/reference/global_objects/encodeuri/index.html index 758138a57b..432d3ee015 100644 --- a/files/ru/web/javascript/reference/global_objects/encodeuri/index.html +++ b/files/ru/web/javascript/reference/global_objects/encodeuri/index.html @@ -26,11 +26,11 @@ translation_of: Web/JavaScript/Reference/Global_Objects/encodeURI -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="syntaxbox"><code>encodeURI(<em>URI</em>)</code></pre> -<h3 id="Parameters" name="Parameters">Параметры</h3> +<h3 id="Parameters">Параметры</h3> <dl> <dt><code><font face="Consolas, Liberation Mono, Courier, monospace">URI</font></code></dt> @@ -42,7 +42,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/encodeURI </dt> </dl> -<h2 id="Description" name="Description">Описание</h2> +<h2 id="Description">Описание</h2> <p>Предполагается, что URI является полным URI, поэтому метод не кодирует зарезервированные символы, имеющие особое значение в URI.</p> @@ -123,7 +123,7 @@ console.log(encodeURIComponent('\uDFFF'));</code></pre> -<h2 id="See_Also" name="See_Also">Смотрите также</h2> +<h2 id="See_Also">Смотрите также</h2> <ul> <li>{{jsxref("decodeURI", "decodeURI()")}}</li> |