/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/valid_quotes.html
19 строк
585 B
Pritesh Jogdhankar
Fix part of #21308 : Improve branch test coverage in git_changes_utils.py,install_dependencies_json_packages.py and html_linter.py to 100% (#23971)
12 янв 2026, 22:31
Не верифицирован
12 янв 2026, 22:31
26eb839
Код
Авторство
О чём код?
<!-- This file uses valid double quotes for all attributes --> <!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> <content style="color: white;"> <classroom-page></classroom-page> </content> <page-footer></page-footer> </base-content> </div> @require("../footer_js_libs.html") </body> </html>