From ae08dc76b3b43c1d83ff40f2e480ff7f52e2d4f4 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Mon, 21 Aug 2006 10:32:23 +0000 Subject: Solved a little bug which let flowplayer not loaded if clean url is enabled. --- video.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video.module b/video.module index ff65486..f1b6f17 100644 --- a/video.module +++ b/video.module @@ -831,7 +831,7 @@ function theme_video_play_flash($node) { // this will be executed by not Internet Explorer browsers $output = ' +data="'. url() . check_plain($loader_location) .'"> ' . "\n"; // this will be executed by Internet Explorer @@ -842,7 +842,7 @@ codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve ' . "\n"; // params will be passed to both IE or not IE browsers - $output .= ' + $output .= ' ' . "\n" -- cgit v1.2.3