/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/invalid_space_around_attribute.html
8 строк
221 B
Aasif Faizal
Fix part of #8423: Implement new linter checks (Check for space before and after = in HTML) (#12225)
11 апр 2021, 20:29
Не верифицирован
11 апр 2021, 20:29
53e5139
Код
Авторство
О чём код?
<!DOCTYPE html> <html ng-app="oppia" itemscope itemtype="http://schema.org/Organization"> <body> <div class = "dummy"> <p>This file is used to test the space around attribute.</p> </div> </body> </html>