diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/media/autoplay_guide/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/media/autoplay_guide/index.html b/files/ja/web/media/autoplay_guide/index.html index 51d958e791..d47057b8e5 100644 --- a/files/ja/web/media/autoplay_guide/index.html +++ b/files/ja/web/media/autoplay_guide/index.html @@ -81,7 +81,7 @@ translation_of: Web/Media/Autoplay_guide <p><code>autoplay</code> 属性を使用する {{HTMLElement("audio")}} 要素は、次のようになります。</p> <pre class="brush: html"><audio id="musicplayer" autoplay> - <source src="/music/chapter1.mp4" + <source src="/music/chapter1.mp4"> </audio> </pre> |