Преглед изворни кода

Allow colspan and rowspan attributes in readmes

Christophe Coevoet пре 8 година
родитељ
комит
02589e2a75
1 измењених фајлова са 1 додато и 1 уклоњено
  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]'
             );