aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/cdatasection/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/cdatasection/index.html')
-rw-r--r--files/ru/web/api/cdatasection/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/cdatasection/index.html b/files/ru/web/api/cdatasection/index.html
index e660a2c42a..ab6f0be9d9 100644
--- a/files/ru/web/api/cdatasection/index.html
+++ b/files/ru/web/api/cdatasection/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/CDATASection
<pre class="brush:xml">&lt;foo&gt;Here is a CDATA section: &lt;![CDATA[ &lt; &gt; &amp; ]]&gt; with all kinds of unescaped text. &lt;/foo&gt;
</pre>
-<p>Единственная последовательность (символов), не разрешенная внутри раздела CDATA -  это сами символы закрытия раздела CDATA:</p>
+<p>Единственная последовательность (символов), не разрешённая внутри раздела CDATA -  это сами символы закрытия раздела CDATA:</p>
<pre class="brush:xml">&lt;![CDATA[ ]]&gt; will cause an error ]]&gt;
</pre>