diff --git a/field_collection.module b/field_collection.module index d47bb05..53d6ba0 100644 --- a/field_collection.module +++ b/field_collection.module @@ -1372,7 +1372,7 @@ function field_collection_field_formatter_links(&$element, $entity_type, $entity } $element += array('#prefix' => '', '#suffix' => ''); - $element['#prefix'] .= '
'; + $element['#prefix'] .= '
'; $element['#suffix'] .= '
'; }