aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/guide/audio_and_video_manipulation/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/guide/audio_and_video_manipulation/index.html')
-rw-r--r--files/ru/web/guide/audio_and_video_manipulation/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/guide/audio_and_video_manipulation/index.html b/files/ru/web/guide/audio_and_video_manipulation/index.html
index 35f4d3624a..4fafc4e8d9 100644
--- a/files/ru/web/guide/audio_and_video_manipulation/index.html
+++ b/files/ru/web/guide/audio_and_video_manipulation/index.html
@@ -137,7 +137,7 @@ translation_of: Web/Guide/Audio_and_video_manipulation
myVideo.playbackRate = 2;</pre>
<div class="hidden">
-<h6 id="Playable_code" name="Playable_code">Playable code</h6>
+<h6 id="Playable_code">Playable code</h6>
<pre class="brush: html notranslate">&lt;video id="my-video" controls="true" width="480" height="270"&gt;
&lt;source src="http://jplayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm"&gt;
@@ -240,7 +240,7 @@ filter.frequency.value = 1000;
filter.gain.value = 25;</pre>
<div class="hidden">
-<h6 id="Playable_code_2" name="Playable_code_2">Playable code</h6>
+<h6 id="Playable_code_2">Playable code</h6>
<pre class="brush: html notranslate">&lt;video id="my-video" controls="true" width="480" height="270" crossorigin="anonymous"&gt;
&lt;source src="http://jplayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm"&gt;