Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Render / Element / SystemCompactLink.php
index 89f39a8460c14017f25ca6618a8caa5f470a72df..60b727767163ab1a8ce56c7ef0806eb27ef45f8c 100644 (file)
@@ -65,7 +65,7 @@ class SystemCompactLink extends Link {
       $element['#url'] = BaseUrl::fromRoute('system.admin_compact_page', ['mode' => 'off']);
       $element['#options'] = [
         'attributes' => ['title' => t('Expand layout to include descriptions.')],
-        'query' => \Drupal::destination()->getAsArray()
+        'query' => \Drupal::destination()->getAsArray(),
       ];
     }
     else {