Pārlūkot izejas kodu

Merge pull request #734 from stof/patch-1

Allow colspan and rowspan attributes in readmes
Rob 8 gadi atpakaļ
vecāks
revīzija
c193688821
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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]'
             );