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

Merge pull request #16529 from y-yagi/patch-1

[ci skip] Fix sample code in Layouts and Rendering guide
This commit is contained in:
Zachary Scott 2014-08-17 09:53:59 -07:00
commit aee1ba4233

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: This will produce:
```erb ```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` #### Linking to Audio Files with the `audio_tag`