Changeset 1086


Ignore:
Timestamp:
02/02/10 12:28:43 (3 years ago)
Author:
shibuya246
Message:

[Branch] changes to makeW3C HTML compliant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/content/plugins/video_inc/video_inc.php

    r1069 r1086  
    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.