aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/manifest')
-rw-r--r--files/ru/web/manifest/background_color/index.html2
-rw-r--r--files/ru/web/manifest/iarc_rating_id/index.html2
-rw-r--r--files/ru/web/manifest/lang/index.html2
-rw-r--r--files/ru/web/manifest/orientation/index.html2
-rw-r--r--files/ru/web/manifest/start_url/index.html4
5 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/manifest/background_color/index.html b/files/ru/web/manifest/background_color/index.html
index 25da0d77ce..98b745c6a3 100644
--- a/files/ru/web/manifest/background_color/index.html
+++ b/files/ru/web/manifest/background_color/index.html
@@ -39,7 +39,7 @@ translation_of: Web/Manifest/background_color
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl"><code>"background_color": "red"</code></pre>
+<pre class="brush: json"><code>"background_color": "red"</code></pre>
<h2 id="Спецификации">Спецификации</h2>
diff --git a/files/ru/web/manifest/iarc_rating_id/index.html b/files/ru/web/manifest/iarc_rating_id/index.html
index 188472ad28..aade1a54b6 100644
--- a/files/ru/web/manifest/iarc_rating_id/index.html
+++ b/files/ru/web/manifest/iarc_rating_id/index.html
@@ -37,7 +37,7 @@ translation_of: Web/Manifest/iarc_rating_id
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl">"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
+<pre class="brush: json">"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
</pre>
<h2 id="Specification">Specification</h2>
diff --git a/files/ru/web/manifest/lang/index.html b/files/ru/web/manifest/lang/index.html
index bc0fecb593..e53c147c1b 100644
--- a/files/ru/web/manifest/lang/index.html
+++ b/files/ru/web/manifest/lang/index.html
@@ -33,7 +33,7 @@ translation_of: Web/Manifest/lang
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl">"lang": "en-US"</pre>
+<pre class="brush: json">"lang": "en-US"</pre>
<h2 id="Specification">Specification</h2>
diff --git a/files/ru/web/manifest/orientation/index.html b/files/ru/web/manifest/orientation/index.html
index eae33e0614..4559f0038e 100644
--- a/files/ru/web/manifest/orientation/index.html
+++ b/files/ru/web/manifest/orientation/index.html
@@ -59,7 +59,7 @@ translation_of: Web/Manifest/orientation
<h2 id="Пример">Пример</h2>
-<pre class="brush: json" dir="rtl"><code>​​"orientation": "portrait-primary"</code></pre>
+<pre class="brush: json"><code>​​"orientation": "portrait-primary"</code></pre>
<h2 id="Specifications">Specifications</h2>
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>