--- inline.module.bak Wed Apr 18 12:22:28 2007 +++ inline.module Thu Nov 15 22:21:09 2007 @@ -272,7 +272,7 @@ 'class' => 'inline-image-link', 'title' => t("View") .': '. $title, ); - $html = l($image, $file->filepath, $attributes, NULL, NULL, FALSE, TRUE); + $html = l($image, file_create_url($file->filepath), $attributes, NULL, NULL, FALSE, TRUE); } else { $html = $image;