aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/blob
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/blob')
-rw-r--r--files/ru/web/api/blob/blob/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/blob/blob/index.html b/files/ru/web/api/blob/blob/index.html
index eefa117462..a4016b0cf6 100644
--- a/files/ru/web/api/blob/blob/index.html
+++ b/files/ru/web/api/blob/blob/index.html
@@ -29,7 +29,7 @@ translation_of: Web/API/Blob/Blob
<pre class="brush: js language-js">var aFileParts = ['&lt;a id="a"&gt;&lt;b id="b"&gt;hey!&lt;/b&gt;&lt;/a&gt;']; // an array consisting of a single DOMString
var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // the blob</pre>
-<h2 id="Specification" name="Specification">Спецификация</h2>
+<h2 id="Specification">Спецификация</h2>
<table class="standard-table">
<tbody>