aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/video_image/video_image.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/video_image/video_image.module b/plugins/video_image/video_image.module
index a85455d..9b8c0da 100644
--- a/plugins/video_image/video_image.module
+++ b/plugins/video_image/video_image.module
@@ -174,7 +174,7 @@ function theme_video_image_teaser($node) {
$image = theme('image', $node->serial_data['image_teaser'], $node->title, $node->title, array('class' => 'video_image_teaser'), FALSE);
}
$output .= l($image, "node/$node->nid", array(), NULL, NULL, FALSE, TRUE); //Create a link with an image in it.
- $output .= $node->teaser . '<br class="video_image_clear" />';
+ $output .= '<br class="video_image_clear" />';
return $output;
}