/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
lms/templates/poll.html
8 строк
274 B
Dave St.Germain
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
05 фев 2014, 20:32
05 фев 2014, 20:32
a679789
Код
Авторство
О чём код?
<div id="poll_${element_id}" class="${element_class}" data-ajax-url="${ajax_url}" > <!-- Hidden field to read configuration JSON from. --> <div class="${element_class}_div" id="${element_id}_json" style="display: none;">${configuration_json}</div> </div>