Browse Source

allowed table elements returned by github api

Rob Bast 9 years ago
parent
commit
c1b53d8f60
1 changed files with 1 additions and 0 deletions
  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]'
             );