mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
HTML5 validation fixes.
This commit is contained in:
@@ -3156,7 +3156,7 @@ class e_parser
|
||||
return e107::getMedia()->getThumb($id);
|
||||
}
|
||||
|
||||
$video = '<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list='.$id.'" frameborder="0" allowfullscreen></iframe>';
|
||||
$video = '<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list='.$id.'" style="border:0" allowfullscreen></iframe>';
|
||||
return '<div class="video-responsive '.vartrue($parm['class']).'">'.$video.'</div>';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user