From: jenkins-bot Date: Fri, 26 Apr 2019 19:10:46 +0000 (+0000) Subject: Merge "Allow attributes through Sanitizer" X-Git-Tag: 1.34.0-rc.0~1868 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=3715af91e2ce9244475c7f5fc777942269c6a18c;hp=6a655e0e213337819bbe4619062b9078416724a5;p=lhc%2Fweb%2Fwiklou.git Merge "Allow attributes through Sanitizer" --- diff --git a/includes/parser/Sanitizer.php b/includes/parser/Sanitizer.php index 35a5944711..abf071414b 100644 --- a/includes/parser/Sanitizer.php +++ b/includes/parser/Sanitizer.php @@ -1957,6 +1957,7 @@ class Sanitizer { // HTML 5 section 4.5 'figure' => $common, + 'figure-inline' => $common, # T118520 'figcaption' => $common, # HTML 5 section 4.6