aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/media/autoplay_guide/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/media/autoplay_guide/index.html b/files/zh-cn/web/media/autoplay_guide/index.html
index 332f54bfa4..6e62854697 100644
--- a/files/zh-cn/web/media/autoplay_guide/index.html
+++ b/files/zh-cn/web/media/autoplay_guide/index.html
@@ -70,7 +70,7 @@ original_slug: Web/媒体/Autoplay_guide
<p>使用 <code>autoplay</code> 属性的{{HTMLElement("audio")}}元素就像如下:</p>
<pre class="brush: html notranslate">&lt;audio id="musicplayer" autoplay&gt;
- &lt;source src="/music/chapter1.mp4"
+ &lt;source src="/music/chapter1.mp4"&gt;
&lt;/audio&gt;
</pre>