Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Mail / MailFormatHelper.php
index 021028fce819b64ddc47705b9e6a8bf64d98292e..ca63ca040e0d7197012f8aa7205bebea438895dc 100644 (file)
@@ -106,7 +106,8 @@ class MailFormatHelper {
     if (empty(static::$supportedTags)) {
       static::$supportedTags = ['a', 'em', 'i', 'strong', 'b', 'br', 'p',
         'blockquote', 'ul', 'ol', 'li', 'dl', 'dt', 'dd', 'h1', 'h2', 'h3',
-        'h4', 'h5', 'h6', 'hr'];
+        'h4', 'h5', 'h6', 'hr',
+      ];
     }
 
     // Make sure only supported tags are kept.