From cd32600c0196e117fff56e96af842bcb77440ef2 Mon Sep 17 00:00:00 2001 From: David Norman Date: Mon, 15 May 2006 20:14:58 +0000 Subject: license concerns about AC_Quicktime.js --- video.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video.module') diff --git a/video.module b/video.module index 29d0c86..11ac105 100644 --- a/video.module +++ b/video.module @@ -1147,10 +1147,10 @@ function theme_video_play_swf($node) { * string of content to display */ function theme_video_play_quicktime($node) { - drupal_set_html_head(''); + drupal_set_html_head(''); $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'), t('Link to QuickTime Download Page'), -- cgit v1.2.3