mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-22 13:18:22 +02:00
Correction d'un problème concernant l'affichage des vidéos Youtube
This commit is contained in:
@ -298,7 +298,7 @@ function exportProblemsData() {
|
||||
|
||||
function displayVideo($link)
|
||||
{
|
||||
if (preg_match("#(https?://|)(www\.|)(youtube\.com/watch\?v=|youtu.be/)(.*)#", $link, $matches)) {
|
||||
if (preg_match("#(https?://|)(www\.|)(youtube\.com/watch\?v=|youtu.be/)([a-zA-Z0-9]*)?.*?#", $link, $matches)) {
|
||||
$code = $matches[4];
|
||||
/** @noinspection HtmlDeprecatedAttribute */
|
||||
/** @noinspection HtmlDeprecatedTag */
|
||||
|
Reference in New Issue
Block a user