aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/status/301/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/http/status/301/index.html')
-rw-r--r--files/ru/web/http/status/301/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/http/status/301/index.html b/files/ru/web/http/status/301/index.html
index b96ed33889..c49682e9a8 100644
--- a/files/ru/web/http/status/301/index.html
+++ b/files/ru/web/http/status/301/index.html
@@ -15,18 +15,18 @@ translation_of: Web/HTTP/Status/301
<h2 id="Статус">Статус</h2>
-<pre class="syntaxbox notranslate">301 Moved Permanently</pre>
+<pre class="syntaxbox">301 Moved Permanently</pre>
<h2 id="Пример">Пример</h2>
<h3 id="Запрос_клиента">Запрос клиента</h3>
-<pre class="notranslate">GET /index.php HTTP/1.1
+<pre>GET /index.php HTTP/1.1
Host: www.example.org</pre>
<h3 id="Ответ_сервера">Ответ сервера</h3>
-<pre class="notranslate">HTTP/1.1 301 Moved Permanently
+<pre>HTTP/1.1 301 Moved Permanently
Location: http://www.example.org/index.asp</pre>
<h2 id="Характеристики">Характеристики</h2>