Explorar el Código

Disable details/summary tags again, refs #951

Jordi Boggiano hace 6 años
padre
commit
c6298754a0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/Packagist/WebBundle/Package/Updater.php

+ 2 - 1
src/Packagist/WebBundle/Package/Updater.php

@@ -610,7 +610,8 @@ class Updater
             'table', 'thead', 'tbody', 'th', 'tr', 'td',
             'a', 'span',
             'img',
-            'details', 'summary',
+            // Disabled for the time being, see https://github.com/composer/packagist/issues/951
+            // 'details', 'summary',
         );
 
         $attributes = array(