Commit 78a339a7 authored by Jacob Rockowitz's avatar Jacob Rockowitz
Browse files

Issue #3253403 by jrockowitz, Luke.Leber: Restore support for multi-line titles

parent ec072a07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ class WebformXss {
   */
  public static function getHtmlTagList() {
    $allowed_tags = Xss::getHtmlTagList();
    $allowed_tags[] = 'br';
    $allowed_tags[] = 'font';
    return $allowed_tags;
  }