From 0d0d82a878950c6c5e63a2cb9e4b6df3a8b91a4d Mon Sep 17 00:00:00 2001 From: Yohann Date: Thu, 2 Jan 2020 00:51:23 +0100 Subject: [PATCH] =?UTF-8?q?Vid=C3=A9os=20Google=20Drive=20en=20plein=20?= =?UTF-8?q?=C3=A9cran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server_files/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_files/model.php b/server_files/model.php index 672f20f..aa4fb2d 100644 --- a/server_files/model.php +++ b/server_files/model.php @@ -308,7 +308,7 @@ function displayVideo($link) $code = $matches[3]; /** @noinspection HtmlDeprecatedAttribute */ /** @noinspection HtmlDeprecatedTag */ - echo "

\n"; + echo "

\n"; } elseif (preg_match("#(https?://|)(www\.|)vimeo\.com/([0-9]*)#", $link, $matches)) { $code = $matches[3];