/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/invalid_glyphicon.html
26 строк
825 B
Mosin Shaikh
Fix #23065 Bootstrap5 migration (#23068)
02 дек 2025, 07:07
Не верифицирован
02 дек 2025, 07:07
2b18a83
Код
Авторство
О чём код?
<!-- This file use glyphicon 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> <content> <div class="alert alert-danger" role="alert"> <!-- glyphicon is not allowed to use --> <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <span class="visually-hidden">Error:</span> Enter a valid email address </div> </content> <page-footer></page-footer> </base-content> </div> @require('../footer_js_libs.html') </body> </html>