diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 02:20:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 02:20:30 +0300 |
commit | 374a039b97a11ee7306539d16aaab27fed66b398 (patch) | |
tree | 050af12f891977b565e4c17bff154a7e05bd68d0 /files/ru/web/api | |
parent | df462c4ce3c50450bece6af076e6bc012afeee96 (diff) | |
download | translated-content-374a039b97a11ee7306539d16aaab27fed66b398.tar.gz translated-content-374a039b97a11ee7306539d16aaab27fed66b398.tar.bz2 translated-content-374a039b97a11ee7306539d16aaab27fed66b398.zip |
[RU] Fix some live samples (#2873)
Diffstat (limited to 'files/ru/web/api')
-rw-r--r-- | files/ru/web/api/document/url/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html index 043ae9d84c..f9169d6788 100644 --- a/files/ru/web/api/document/url/index.html +++ b/files/ru/web/api/document/url/index.html @@ -26,10 +26,10 @@ translation_of: Web/API/Document/URL <h3 id="HTML">HTML</h3> -<pre><code><p id="urlText"> +<pre class="brush: html"><p id="urlText"> URL:<br/> <span id="url">URL goes here</span> -</p></code></pre> +</p></pre> <h3 id="Результат">Результат</h3> |