alleyinteractive / alleyinteractive/photonfill
markup validation -- data-id attribute missing preceding "
Đang mở
- Ngôn ngữ chính
- PHP
- Star
- 15
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The `data-id` html attribute on the `` element is missing it's preceding `"`.
live example: https://thinkprogress.org/epa-nominee-losing-gop-support-19c18ac13755/
```html
```
To fix:
https://github.com/alleyinteractive/photonfill/blob/87233ae2014ea8f94876e4cd01b983641dba93a9/php/class-photonfill.php#L995
```php
$html = '';
```
#should read
```php
$html = '';
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.