aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/learn')
-rw-r--r--files/ru/learn/forms/your_first_form/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/forms/your_first_form/index.html b/files/ru/learn/forms/your_first_form/index.html
index 5acaaa7d8e..1a0a82e00c 100644
--- a/files/ru/learn/forms/your_first_form/index.html
+++ b/files/ru/learn/forms/your_first_form/index.html
@@ -89,7 +89,7 @@ original_slug: Learn/HTML/Forms/Ваша_первая_HTML_форма
<p>В терминах HTML нам нужен код наподобие представленного ниже, чтобы добавить виджеты форм:</p>
-<pre class="brush:html; notranslate" dir="rtl">&lt;form action="/my-handling-form-page" method="post"&gt;
+<pre class="brush:html; notranslate">&lt;form action="/my-handling-form-page" method="post"&gt;
  &lt;ul&gt;
&lt;li&gt;
&lt;label for="name"&gt;Name:&lt;/label&gt;