aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/manifest/start_url
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-18 20:11:37 +0300
committerGitHub <noreply@github.com>2021-03-18 20:11:37 +0300
commit100316f2f54500ba714391b4f6940e96bd246b77 (patch)
treea28cbef79be92b65373152c0aa2519f03807302d /files/ru/web/manifest/start_url
parent92ec3abaed21f67e7ca74ce02ddd96f0bdbe3f50 (diff)
downloadtranslated-content-100316f2f54500ba714391b4f6940e96bd246b77.tar.gz
translated-content-100316f2f54500ba714391b4f6940e96bd246b77.tar.bz2
translated-content-100316f2f54500ba714391b4f6940e96bd246b77.zip
Remove redundant RTL direction in Russian translation (#216)
Diffstat (limited to 'files/ru/web/manifest/start_url')
-rw-r--r--files/ru/web/manifest/start_url/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/manifest/start_url/index.html b/files/ru/web/manifest/start_url/index.html
index f3af34a7a7..c47425be65 100644
--- a/files/ru/web/manifest/start_url/index.html
+++ b/files/ru/web/manifest/start_url/index.html
@@ -39,14 +39,14 @@ translation_of: Web/Manifest/start_url
<h3 id="Absolute_URL">Absolute URL</h3>
-<pre class="brush: json" dir="rtl"><code>"start_url": "https://example.com"</code>
+<pre class="brush: json"><code>"start_url": "https://example.com"</code>
</pre>
<h3 id="Relative_URL">Relative URL</h3>
<p>Если URL является относительным, для его разрешения используется URL манифеста.</p>
-<pre class="brush: json" dir="rtl"><code>"start_url": "../startpoint.html"</code>
+<pre class="brush: json"><code>"start_url": "../startpoint.html"</code>
</pre>
<h2 id="Specifications">Specifications</h2>