aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/media/autoplay_guide/index.html2
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">&lt;audio id="musicplayer" autoplay&gt;
- &lt;source src="/music/chapter1.mp4"
+ &lt;source src="/music/chapter1.mp4"&gt;
&lt;/audio&gt;
</pre>