Issue #2494561 by googletorp: double newline in the end of quickedit.module

8.0.x
Alex Pott 2015-05-26 15:27:47 +01:00
parent c13aaddce1
commit 132564c751
1 changed files with 0 additions and 1 deletions

View File

@ -144,4 +144,3 @@ function quickedit_preprocess_field(&$variables) {
function quickedit_entity_view_alter(&$build, EntityInterface $entity, EntityViewDisplayInterface $display) { function quickedit_entity_view_alter(&$build, EntityInterface $entity, EntityViewDisplayInterface $display) {
$build['#attributes']['data-quickedit-entity-id'] = $entity->getEntityTypeId() . '/' . $entity->id(); $build['#attributes']['data-quickedit-entity-id'] = $entity->getEntityTypeId() . '/' . $entity->id();
} }