diff options
Diffstat (limited to 'files/ru/web/api/cdatasection/index.html')
-rw-r--r-- | files/ru/web/api/cdatasection/index.html | 2 |
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"><foo>Here is a CDATA section: <![CDATA[ < > & ]]> with all kinds of unescaped text. </foo> </pre> -<p>Единственная последовательность (символов), не разрешенная внутри раздела CDATA - это сами символы закрытия раздела CDATA:</p> +<p>Единственная последовательность (символов), не разрешённая внутри раздела CDATA - это сами символы закрытия раздела CDATA:</p> <pre class="brush:xml"><![CDATA[ ]]> will cause an error ]]> </pre> |