From bb0d6389e58d782b8b4fcec40d933c06be8734f0 Mon Sep 17 00:00:00 2001 From: Anton Cherepanov Date: Sun, 7 Dec 2014 22:11:19 +0300 Subject: [PATCH] [ci skip] Fix output of video_tag helper --- guides/source/layouts_and_rendering.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index ae16ad86cd..28fa61a964 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -904,7 +904,10 @@ You can also specify multiple videos to play by passing an array of videos to th This will produce: ```erb - + ``` #### Linking to Audio Files with the `audio_tag`