소스 검색

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

allowed table elements returned by github api
Jordi Boggiano 9 년 전
부모
커밋
55d2c9a518
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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]'
             );