mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixes for XHTML Strict 1.0
This commit is contained in:
parent
b7ff675cac
commit
e3a1ea05b7
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class block_tag_youtube extends block_base {
|
||||||
$text .= '<tr>';
|
$text .= '<tr>';
|
||||||
$text .= '<td>';
|
$text .= '<td>';
|
||||||
$text .= '<a href="'. $video['url'] . '">';
|
$text .= '<a href="'. $video['url'] . '">';
|
||||||
$text .= '<img class="youtube-thumb" title="'.$video['title'].'" style="padding:3px;" src="' . $video['thumbnail_url'] . '"/>' ;
|
$text .= '<img alt="'.s($video['title']).'" class="youtube-thumb" title="'.$video['title'].'" style="padding:3px;" src="' . $video['thumbnail_url'] . '"/>' ;
|
||||||
$text .= "</a>";
|
$text .= "</a>";
|
||||||
$text .= "</td>";
|
$text .= "</td>";
|
||||||
$text .= '<td>';
|
$text .= '<td>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue