[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
1 changed files with 1 additions and 1 deletions

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`