aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/element/image/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/svg/element/image/index.html')
-rw-r--r--files/ru/web/svg/element/image/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/svg/element/image/index.html b/files/ru/web/svg/element/image/index.html
index 4f134d6d93..44be180a68 100644
--- a/files/ru/web/svg/element/image/index.html
+++ b/files/ru/web/svg/element/image/index.html
@@ -52,7 +52,7 @@ original_slug: Web/SVG/Элемент/image
<h3 id="SVG">SVG</h3>
-<pre class="brush: html notranslate">&lt;svg width="200" height="200"
+<pre class="brush: html">&lt;svg width="200" height="200"
xmlns="http://www.w3.org/2000/svg"&gt;
&lt;image href="https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png" height="200" width="200"/&gt;
&lt;/svg&gt;