Skip to content

Commit

Permalink
Fixes for XHTML Strict 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Aug 13, 2007
1 parent b7ff675 commit e3a1ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/tag_youtube/block_tag_youtube.php
Expand Up @@ -161,7 +161,7 @@ function render_video_list($xmlobj){
$text .= '<tr>';
$text .= '<td>';
$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 .= "</td>";
$text .= '<td>';
Expand Down

0 comments on commit e3a1ea0

Please sign in to comment.