diff options
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.html | 4 |
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"><video id="my-video" controls="true" width="480" height="270"> <source src="http://jplayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm"> @@ -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"><video id="my-video" controls="true" width="480" height="270" crossorigin="anonymous"> <source src="http://jplayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm"> |