From ceaff7cafc5357274e546984ae02a4cbdf305f81 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 30 May 2018 13:10:23 +0300 Subject: tpl: Remove frameborder attr YT iframe + CSS fixes --- hugolib/embedded_shortcodes_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hugolib/embedded_shortcodes_test.go') diff --git a/hugolib/embedded_shortcodes_test.go b/hugolib/embedded_shortcodes_test.go index fb1bd1282..3de93eef9 100644 --- a/hugolib/embedded_shortcodes_test.go +++ b/hugolib/embedded_shortcodes_test.go @@ -197,17 +197,17 @@ func TestShortcodeYoutube(t *testing.T) { }{ { `{{< youtube w7Ft2ymGmfc >}}`, - "(?s)\n
.*?.*?
\n", + "(?s)\n
.*?.*?
\n", }, // set class { `{{< youtube w7Ft2ymGmfc video>}}`, - "(?s)\n
.*?.*?
\n", + "(?s)\n
.*?.*?
\n", }, // set class and autoplay (using named params) { `{{< youtube id="w7Ft2ymGmfc" class="video" autoplay="true" >}}`, - "(?s)\n
.*?.*?
", + "(?s)\n
.*?.*?
", }, } { var ( -- cgit v1.2.3