From 2614fceaee71ff10e5a4b46adf6e5227310a134f Mon Sep 17 00:00:00 2001 From: Luke Last Date: Mon, 12 Sep 2005 08:33:04 +0000 Subject: Fixes quicktime display on IE. http://drupal.org/node/30951 --- video.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/video.module b/video.module index 0cfb20d..479b820 100644 --- a/video.module +++ b/video.module @@ -746,11 +746,12 @@ function theme_video_play_flash(&$node) { * string of content to display */ function theme_video_play_quicktime(&$node) { - $output = ' + $height = $node->videoy + 16; //Increase the height to accommodate the player controls on the bottom. + $output = ' - + '; $output = _theme_video_format_play($output, t('http://www.apple.com/quicktime/download'), -- cgit v1.2.3