Explorar o código

Merge pull request #581 from alcohol/readme-markdown-tables

allowed table elements returned by github api
Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
55d2c9a518
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Packagist/WebBundle/Package/Updater.php

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

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