/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/invalid_quotes.html
21 строка
626 B
Anshul Hudda
Fix #7590: Python, HTML, CSS, Js/Ts lint tests (#8947)
30 июн 2020, 23:22
Не верифицирован
30 июн 2020, 23:22
bb4c1c4
Код
Авторство
О чём код?
<!-- This file is using single quotes which is not allowed. --> <!DOCTYPE html> <html ng-app="oppia" itemscope itemtype="http://schema.org/Organization"> <head> @require('../../base-components/header.template.html', {"title": "Oppia"}) </head> <body> <service-bootstrap></service-bootstrap> <div ng-controller="Base"> <base-content> <!-- Single quotes are not allowed --> <content style='color:white;'> <classroom-page></classroom-page> </content> <page-footer></page-footer> </base-content> </div> @require('../footer_js_libs.html') </body> </html>