Explorar o código

Merge pull request #734 from stof/patch-1

Allow colspan and rowspan attributes in readmes
Rob %!s(int64=8) %!d(string=hai) anos
pai
achega
c193688821
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Packagist/WebBundle/Package/Updater.php

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

@@ -492,7 +492,7 @@ class Updater
                 'dl', 'dd', 'dt',
                 'pre', 'code', 'samp', 'kbd',
                 'q', 'blockquote', 'abbr', 'cite',
-                'table', 'thead', 'tbody', 'th', 'tr', 'td',
+                'table', 'thead', 'tbody', 'th[colspan|rowspan]', 'tr', 'td[colspan|rowspan]',
                 'a[href|target|rel|id]',
                 'img[src|title|alt|width|height|style]'
             );