Merge "Allow <figure-inline> attributes through Sanitizer"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 26 Apr 2019 19:10:46 +0000 (19:10 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 26 Apr 2019 19:10:46 +0000 (19:10 +0000)
includes/parser/Sanitizer.php

index 35a5944..abf0714 100644 (file)
@@ -1957,6 +1957,7 @@ class Sanitizer {
 
                        // HTML 5 section 4.5
                        'figure'     => $common,
+                       'figure-inline' => $common, # T118520
                        'figcaption' => $common,
 
                        # HTML 5 section 4.6