Ignore:
Timestamp:
02/02/10 12:36:44 (3 years ago)
Author:
nick_ramsay
Message:

[trunk] W3C fix for video_inc.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/content/plugins/video_inc/video_inc.php

    r1081 r1087  
    7070            echo "<div class='video_inc_list'>\n"; 
    7171            if ($h->isActive('thickbox')) { 
    72                 echo "<a href='" . $video_inc_url . "&height=336&width=588' class='thickbox'>\n";  
     72                echo "<a href='" . $video_inc_url . "&amp;height=336&width=588' class='thickbox'>\n"; 
    7373                echo "<img src='" . $imageURL . "'></a>\n"; 
    7474            } else { 
Note: See TracChangeset for help on using the changeset viewer.