Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Block / Plugin / Block / Broken.php
index 0e4732e4995690b605ae2895c3ee92a4a7183d6f..b7f3a19fffe593478652eece1bbe9c8e63acb41c 100644 (file)
@@ -38,7 +38,7 @@ class Broken extends BlockBase {
    */
   protected function brokenMessage() {
     $build['message'] = [
-      '#markup' => $this->t('This block is broken or missing. You may be missing content or you might need to enable the original module.')
+      '#markup' => $this->t('This block is broken or missing. You may be missing content or you might need to enable the original module.'),
     ];
 
     return $build;