From 171eaa73a267d5e0370da8214beb793c1ee8ed8c Mon Sep 17 00:00:00 2001 From: naomi Date: Sat, 14 Apr 2018 16:26:24 +0200 Subject: [PATCH] cosmetic change --- src/Plugin/Block/ActivityCreator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/Block/ActivityCreator.php b/src/Plugin/Block/ActivityCreator.php index 21f689f..9c8067b 100644 --- a/src/Plugin/Block/ActivityCreator.php +++ b/src/Plugin/Block/ActivityCreator.php @@ -26,7 +26,7 @@ class ActivityCreator extends BlockBase { $activity_types = \Drupal::service('entity_type.bundle.info')->getBundleInfo('activity'); foreach($activity_types as $activity_type_id => $type) { $label = $type['label']; - $markup .= "

Add a $label Activity

"; + $markup .= "

Add a $label

"; } return [ '#cache' => [