Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Render / MainContent / HtmlRenderer.php
index 5966668af3506fcf0e54963f256930a2436166d6..13e9c7675f3f85bcf20781decf5d86ed32040d60 100644 (file)
@@ -226,7 +226,7 @@ class HtmlRenderer implements MainContentRendererInterface {
           return $this->renderer->render($main_content, FALSE);
         });
         $main_content = $this->renderCache->getCacheableRenderArray($main_content) + [
-          '#title' => isset($main_content['#title']) ? $main_content['#title'] : NULL
+          '#title' => isset($main_content['#title']) ? $main_content['#title'] : NULL,
         ];
       }