1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix sample code in Layouts and Rendering guide

This commit is contained in:
yuuji.yaginuma 2014-08-17 22:42:03 +09:00
parent d20270612c
commit 2ba1670f37

View file

@ -903,7 +903,7 @@ You can also specify multiple videos to play by passing an array of videos to th
This will produce:
```erb
<video><source src="trailer.ogg" /><source src="movie.ogg" /></video>
<video><source src="/videos/trailer.ogg" /><source src="/videos/trailer.flv" /></video>
```
#### Linking to Audio Files with the `audio_tag`