See title. Patch to follow.

Comments

jsagotsky’s picture

By the time we get to handling whether to render description or not, $media_gallery_detail was rendered with the image. It's included in the output and then we also add drupal_render_children($element). Since file is still in $element, it gets printed twice. All I did was unset($element['file']).

ivnish’s picture

Issue summary: View changes
Status: Active » Closed (outdated)