/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/invalid_space_around_innerhtml_attribute.html
8 строк
235 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"> <h1 [innerHTML]= "'I18N_ABOUT_PAGE_HEADING' | translate">InnerHTML test</h1> </div> </body> </html>