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:
commit
aee1ba4233
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue