diff --git a/video_filter.module b/video_filter.module index a0487c8..c9aeceb 100644 --- a/video_filter.module +++ b/video_filter.module @@ -323,7 +323,7 @@ function theme_video_filter_iframe($variables) { $attributes = drupal_attributes($video['attributes']); } - $output = ''; + $output = ''; return $output; }