Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(0 errors, 1 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

theme/moove/classes/format_topics_renderer.php
(#445) Line exceeds 132 characters; contains 134 characters

Javascript coding style problems

(5 errors, 1 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

theme/moove/Gruntfile.js
(#3) 'module' is not defined. (no-undef)
(#9) '__dirname' is not defined. (no-undef)
(#10) 'configfile' is defined but never used. (no-unused-vars)
(#11) 'process' is not defined. (no-undef)
(#18) 'process' is not defined. (no-undef)
(#72) Identifier 'dynamic_mappings' is not in camel case. (camelcase)

CSS problems

(79 errors, 2 warnings)

This section shows CSS problems detected by stylelint [More info]

theme/moove/scss/font-awesome/_path.scss
(#7) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 8 spaces (indentation)
(#9) Expected indentation of 8 spaces (indentation)
(#10) Expected indentation of 8 spaces (indentation)
(#11) Expected indentation of 8 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
theme/moove/scss/font-awesome/_rotated-flipped.scss
(#23) Unexpected composition (selector-root-no-composition)
theme/moove/scss/font-awesome/_variables.scss
(#7) Expected line length to be no more than 132 characters (max-line-length)
theme/moove/scss/moove/_btnapp.scss
(#22) Unexpected !important (declaration-no-important)
(#25) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#159) Unexpected !important (declaration-no-important)
(#164) Unexpected !important (declaration-no-important)
(#165) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#169) Unexpected !important (declaration-no-important)
(#175) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#177) Unexpected !important (declaration-no-important)
(#180) Unexpected !important (declaration-no-important)
(#186) Unexpected !important (declaration-no-important)
(#187) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#192) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#199) Unexpected !important (declaration-no-important)
(#200) Unexpected !important (declaration-no-important)
theme/moove/scss/moove/_course.scss
(#57) Expected indentation of 32 spaces (indentation)
(#58) Expected indentation of 32 spaces (indentation)
(#61) Expected indentation of 32 spaces (indentation)
(#62) Expected indentation of 32 spaces (indentation)
(#65) Expected indentation of 32 spaces (indentation)
(#66) Expected indentation of 32 spaces (indentation)
(#69) Expected indentation of 32 spaces (indentation)
(#70) Expected indentation of 32 spaces (indentation)
(#73) Expected indentation of 32 spaces (indentation)
(#74) Expected indentation of 32 spaces (indentation)
(#77) Expected indentation of 32 spaces (indentation)
(#78) Expected indentation of 32 spaces (indentation)
(#81) Expected indentation of 32 spaces (indentation)
(#82) Expected indentation of 32 spaces (indentation)
theme/moove/scss/moove/_general.scss
(#33) Unexpected !important (declaration-no-important)
theme/moove/scss/moove/_mydashboard.scss
(#31) Expected single space after "," in a single-line function (function-comma-space-after)
(#31) Expected single space after "," in a single-line function (function-comma-space-after)
(#31) Expected single space after "," in a single-line function (function-comma-space-after)
(#64) Expected single space after "," in a single-line function (function-comma-space-after)
(#64) Expected single space after "," in a single-line function (function-comma-space-after)
(#64) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Unexpected unit (length-zero-no-unit)
(#38) Expected newline after "," (selector-list-comma-newline-after)
theme/moove/scss/moove/_nav-drawer.scss
(#166) Unexpected !important (declaration-no-important)
theme/moove/scss/moove/_navbar.scss
(#10) Unexpected !important (declaration-no-important)
(#22) Unexpected !important (declaration-no-important)
(#23) Unexpected !important (declaration-no-important)

PHPDocs style problems

(72 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

theme/moove/classes/admin_settingspage_tabs.php
(#17) No one-line description found in phpdocs for file
(#25) No one-line description found in phpdocs for class theme_moove_admin_settingspage_tabs
(#51) Phpdocs for function theme_moove_admin_settingspage_tabs::add has incomplete parameters list
theme/moove/classes/output/block_settings_renderer.php
(#41) Function block_settings_renderer::search_form is not documented
theme/moove/classes/output/core/admin_renderer.php
(#32) Class admin_renderer is not documented
(#20) Package theme_noanme is not valid
theme/moove/classes/output/core/course_renderer.php
(#37) Class course_renderer is not documented
(#320) Phpdocs for function course_renderer::get_course_summary_image has incomplete parameters list
theme/moove/classes/output/core/files_renderer.php
(#17) File-level phpdocs block is not found
(#32) Class files_renderer is not documented
(#32) Package is not specified for class files_renderer. It is also not specified in file-level phpdocs
theme/moove/classes/output/core_renderer.php
(#17) File-level phpdocs block is not found
(#166) Function core_renderer::navbar is not documented
(#265) Function core_renderer::custom_menu is not documented
(#312) Function core_renderer::render_custom_menu is not documented
(#170) Phpdocs for function core_renderer::edit_button has incomplete parameters list
(#198) Phpdocs for function core_renderer::get_compact_logo_url has incomplete parameters list
(#207) Phpdocs for function core_renderer::should_display_main_logo has incomplete parameters list
(#389) Phpdocs for function core_renderer::render_tabobject has incomplete parameters list
theme/moove/classes/output/gradereport_history_renderer.php
(#30) Class gradereport_history_renderer is not documented
(#32) Function gradereport_history_renderer::render_user_button is not documented
theme/moove/cli/import-bootswatch.php
(#84) Function str_replace_one is not documented
theme/moove/lib.php
(#55) Phpdocs for function theme_moove_set_headerimg has incomplete parameters list
theme/moove/settings.php
(#17) No one-line description found in phpdocs for file
theme/moove/tests/behat/behat_theme_boost_behat_action_menu.php
(#40) Function behat_theme_moove_behat_action_menu::i_open_the_action_menu_in is not documented
(#47) Function behat_theme_moove_behat_action_menu::i_choose_in_the_open_action_menu is not documented
(#20) Package core is not valid
(#33) Package core is not valid
theme/moove/tests/behat/behat_theme_boost_behat_admin.php
(#40) Function behat_theme_moove_behat_admin::i_set_the_following_administration_settings_values is not documented
(#32) Package is not specified for class behat_theme_moove_behat_admin. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_blocks.php
(#40) Function behat_theme_moove_behat_blocks::i_add_the_block is not documented
(#50) Function behat_theme_moove_behat_blocks::i_open_the_blocks_action_menu is not documented
(#68) Function behat_theme_moove_behat_blocks::the_add_block_selector_should_contain_block is not documented
(#81) Function behat_theme_moove_behat_blocks::the_add_block_selector_should_not_contain_block is not documented
(#20) Package core_block is not valid
(#33) Package core_block is not valid
theme/moove/tests/behat/behat_theme_boost_behat_course.php
(#41) Function behat_theme_moove_behat_course::i_open_actions_menu is not documented
(#64) Function behat_theme_moove_behat_course::i_close_actions_menu is not documented
(#84) Function behat_theme_moove_behat_course::actions_menu_should_be_open is not documented
(#99) Function behat_theme_moove_behat_course::i_add_to_section is not documented
(#152) Function behat_theme_moove_behat_course::i_duplicate_activity_editing_the_new_copy_with is not documented
(#195) Function behat_theme_moove_behat_course::i_open_section_edit_menu is not documented
(#213) Function behat_theme_moove_behat_course::section_should_be_visible is not documented
(#234) Function behat_theme_moove_behat_course::user_clicks_on_management_listing_action is not documented
(#251) Function behat_theme_moove_behat_course::is_course_editor is not documented
(#262) Function behat_theme_moove_behat_course::i_navigate_to_course_participants is not documented
(#33) Package is not specified for class behat_theme_moove_behat_course. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_filepicker.php
(#31) Package is not specified for class behat_theme_moove_behat_filepicker. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_files.php
(#39) Function behat_theme_moove_behat_files::get_filepicker_node is not documented
(#31) Package is not specified for class behat_theme_moove_behat_files. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_grade.php
(#30) Class behat_theme_moove_behat_grade is not documented
(#32) Function behat_theme_moove_behat_grade::i_set_the_following_settings_for_grade_item is not documented
(#54) Function behat_theme_moove_behat_grade::i_set_calculation_for_grade_item_with_idnumbers is not documented
(#93) Function behat_theme_moove_behat_grade::i_set_calculation_for_grade_category_with_idnumbers is not documented
(#132) Function behat_theme_moove_behat_grade::i_reset_weights_for_grade_category is not documented
(#149) Function behat_theme_moove_behat_grade::i_navigate_to_in_the_course_gradebook is not documented
(#30) Package is not specified for class behat_theme_moove_behat_grade. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_mod_quiz.php
(#40) Function behat_theme_moove_behat_mod_quiz::i_add_question_to_the_quiz_with is not documented
(#60) Function behat_theme_moove_behat_mod_quiz::i_should_see_question_in_section_in_the_quiz_navigation is not documented
(#74) Function behat_theme_moove_behat_mod_quiz::i_open_the_add_to_quiz_menu_for is not documented
(#32) Package is not specified for class behat_theme_moove_behat_mod_quiz. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_navigation.php
(#39) Function behat_theme_moove_behat_navigation::i_follow_in_the_user_menu is not documented
(#56) Function behat_theme_moove_behat_navigation::get_top_navigation_node is not documented
(#285) Function behat_theme_moove_behat_navigation::should_exist_in_current_page_administration is not documented
(#297) Function behat_theme_moove_behat_navigation::should_not_exist_in_current_page_administration is not documented
(#313) Function behat_theme_moove_behat_navigation::i_navigate_to_node_in is not documented
(#343) Function behat_theme_moove_behat_navigation::i_navigate_to_in_current_page_administration is not documented
(#348) Function behat_theme_moove_behat_navigation::i_navigate_to_in_site_administration is not documented
(#31) Package is not specified for class behat_theme_moove_behat_navigation. It is also not specified in file-level phpdocs
theme/moove/tests/behat/behat_theme_boost_behat_repository_upload.php
(#39) Function behat_theme_moove_behat_repository_upload::get_filepicker_node is not documented
(#65) Function behat_theme_moove_behat_repository_upload::upload_file_to_filemanager is not documented
(#31) Package is not specified for class behat_theme_moove_behat_repository_upload. It is also not specified in file-level phpdocs

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Task "stylelint:scss" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 355 warnings)

This section shows problems detected in mustache templates [More info]

theme/moove/templates/block_search_forums/search_form.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “action” on element “form”: Must be non-empty. (orm"> <form action="" class="form-inline"> )
(#1) HTML Validation error, line 10: Stray end tag “fieldset”. (> </fieldset> <)
theme/moove/templates/block_settings/search_form.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “action” on element “form”: Must be non-empty. (ad><body><form method="get" action="" class="adminsearchform form-inline" role="search"> <)
theme/moove/templates/blocks-drawer.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/columns2.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation info, line 90: Empty heading. ( <h3></h3>)
theme/moove/templates/core/action_menu.mustache
(#1) HTML Validation error, line 12: Element “div” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) (> <div class="dropdown-menu dropdown-menu-right " aria-labelledby="dropdown-"> )
theme/moove/templates/core/action_menu_trigger.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/block.mustache
(#1) HTML Validation info, line 9: The “complementary” role is unnecessary for element “aside”. (ck]]</a><aside id="block0" class=" block block_html card m-b-1" role="complementary" data-block="html" aria-labelledby="instance-1-header" > )
theme/moove/templates/core/custom_menu_item.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_confirmdialog.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_default_searchform.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_fileselect.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_modal_generallayout.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Element “img” is missing required attribute “src”. (nav-link"><img class="fp-repo-icon" alt=" " width="16" height="16" />&nbsp;)
theme/moove/templates/core/filemanager_page_generallayout.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_processexistingfile.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_processexistingfilemultiple.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_selectlayout.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/filemanager_uploadform.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/form_autocomplete_input.mustache
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (ad><body><input type="text" id="" placeholder="Select something" role="textbox" aria-owns="3"/></bo)
(#1) HTML Validation info, line 2: The “textbox” role is unnecessary for an “input” element that has no “list” attribute and whose type is “text”. (ad><body><input type="text" id="" placeholder="Select something" role="textbox" aria-owns="3"/></bo)
(#1) HTML Validation error, line 2: The “aria-owns” attribute must point to an element in the same document. (ad><body><input type="text" id="" placeholder="Select something" role="textbox" aria-owns="3"/></bo)
theme/moove/templates/core/form_autocomplete_selection.mustache
(#1) HTML Validation error, line 2: Attribute “aria-multiselectable” not allowed on element “div” at this point. (ad><body><div class="form-autocomplete-selection form-autocomplete-multiple" id="1" role="list" aria-atomic="true" tabindex="0" aria-multiselectable="true"><span)
(#1) HTML Validation error, line 4: Attribute “aria-selected” not allowed on element “span” at this point. (> <span role="listitem" data-value="5" aria-selected="true" class="tag tag-info"> )
(#1) HTML Validation error, line 7: Attribute “aria-selected” not allowed on element “span” at this point. (> <span role="listitem" data-value="4" aria-selected="true" class="tag tag-info"> )
theme/moove/templates/core/login.mustache
(#1) ESLint error [no-unused-vars]: 'Y' is defined but never used. ( require(['jquery', 'core/yui'], function($, Y) { ), Line: 2 Column: 49
(#1) ESLint warning [no-empty-function]: Unexpected empty function. ( require(['jquery', 'core/yui'], function($, Y) { ), Line: 2 Column: 52
(#1) ESLint error [semi]: Missing semicolon. ( }) ), Line: 3 Column: 7
theme/moove/templates/core/navbar.mustache
(#1) HTML Validation info, line 2: The “navigation” role is unnecessary for element “nav”. (ad><body><nav role="navigation"> <)
theme/moove/templates/core/paging_bar.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/moove/templates/core/popover_region.mustache
(#1) HTML Validation error, line 4: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="popover-region collapsed " data-region="popover-region"> <)
(#1) HTML Validation info, line 23: Empty heading. ( <h3 class="popover-region-header-text" data-region="popover-region-header-text"></h3>)
theme/moove/templates/core/preferences_groups.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/settings_link_page_single.mustache
(#1) HTML Validation error, line 2: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (> <li><stron)
theme/moove/templates/core/single_button.mustache
(#1) HTML Validation error, line 7: Bad value “” for attribute “id” on element “button”: An ID must not be the empty string. (> <button type="submit" class="btn btn-primary" id="" title="This is a tooltip" >This i)
theme/moove/templates/core/single_select.mustache
(#1) HTML Validation info, line 17: The “button” role is unnecessary for element “input” whose type is “submit”. ( <input type="submit" role="button" class="btn btn-secondary" value="[[go, core]]"> )
theme/moove/templates/core/tabtree.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core/url_select.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “action” on element “form”: Must be non-empty. (s=""> <form method="post" action="" class="form-inline" id=""> )
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “form”: An ID must not be the empty string. (s=""> <form method="post" action="" class="form-inline" id=""> )
(#1) HTML Validation error, line 6: Duplicate ID “”. ( <select id="" class="custom-select " name="jump"> )
(#1) HTML Validation info, line 3: The first occurrence of ID “” was here. (s=""> <form method="post" action="" class="form-inline" id=""> )
(#1) HTML Validation error, line 6: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. ( <select id="" class="custom-select " name="jump"> )
(#1) ESLint error [no-trailing-spaces]: Trailing spaces not allowed. ( ), Line: 10 Column: 1
theme/moove/templates/core_admin/setting.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div class="form-item row" id=""> <)
theme/moove/templates/core_admin/setting_configcolourpicker.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Bad value “” for attribute “name” on element “input”: Must not be empty. (/div> <input type="text" name="" id="" value="" size="12" class="form-control text-ltr"></div)
(#1) HTML Validation error, line 5: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (/div> <input type="text" name="" id="" value="" size="12" class="form-control text-ltr"></div)
theme/moove/templates/core_admin/setting_configduration.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core_admin/setting_configfile.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="text" name="" id="" size="" value="" class="form-control text-ltr" > <)
(#1) HTML Validation error, line 4: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="text" name="" id="" size="" value="" class="form-control text-ltr" > <)
(#1) HTML Validation error, line 4: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (> <input type="text" name="" id="" size="" value="" class="form-control text-ltr" > <)
theme/moove/templates/core_admin/setting_configmultiselect.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (="1"> <select id="" name="[]" size="" class="form-control" multiple> <)
(#1) HTML Validation error, line 4: Bad value “” for attribute “size” on element “select”: The empty string is not a valid positive integer. (="1"> <select id="" name="[]" size="" class="form-control" multiple> <)
theme/moove/templates/core_admin/setting_configselect.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (ext"> <select id="" name="" class="custom-select"> <)
(#1) HTML Validation error, line 3: Bad value “” for attribute “name” on element “select”: Must not be empty. (ext"> <select id="" name="" class="custom-select"> <)
theme/moove/templates/core_admin/setting_configtext.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “name” on element “input”: Must not be empty. (ext"> <input type="text" name="" value="" size="" id="" class="form-control "></div)
(#1) HTML Validation error, line 3: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (ext"> <input type="text" name="" value="" size="" id="" class="form-control "></div)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (ext"> <input type="text" name="" value="" size="" id="" class="form-control "></div)
theme/moove/templates/core_admin/setting_configtextarea.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “rows” on element “textarea”: The empty string is not a valid positive integer. (rea"> <textarea rows="" cols="" id="" name="" spellcheck="true" class="form-control "></text)
(#1) HTML Validation error, line 3: Bad value “” for attribute “cols” on element “textarea”: The empty string is not a valid positive integer. (rea"> <textarea rows="" cols="" id="" name="" spellcheck="true" class="form-control "></text)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “textarea”: An ID must not be the empty string. (rea"> <textarea rows="" cols="" id="" name="" spellcheck="true" class="form-control "></text)
(#1) HTML Validation error, line 3: Bad value “” for attribute “name” on element “textarea”: Must not be empty. (rea"> <textarea rows="" cols="" id="" name="" spellcheck="true" class="form-control "></text)
theme/moove/templates/core_admin/setting_configtime.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core_admin/setting_courselist_frontpage.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core_admin/setting_devicedetectregex.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core_admin/setting_emoticons.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Table column 5 established by element “th” has no cells beginning in it. (min]]</th> <th colspan="2">[[emot)
theme/moove/templates/core_admin/setting_gradecat_combo.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (oup"> <select id="" name="[value]" class="form-select custom-select"> <)
theme/moove/templates/core_admin/settings.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “action” on element “form”: Must be non-empty. (ad><body><form action="" method="post" id="adminsettings"> <)
theme/moove/templates/core_admin/settings_search_results.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “action” on element “form”: Must be non-empty. (ad><body><form action="" method="post" id="adminsettings"> <)
theme/moove/templates/core_form/element-advcheckbox-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="hidden" name="" value=""><inpu)
(#1) HTML Validation error, line 8: Bad value “” for attribute “name” on element “input”: Must not be empty. (value=""><input type="checkbox" name="" class="" id="" size="" > )
(#1) HTML Validation error, line 8: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (value=""><input type="checkbox" name="" class="" id="" size="" > )
(#1) HTML Validation error, line 8: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (value=""><input type="checkbox" name="" class="" id="" size="" > )
theme/moove/templates/core_form/element-advcheckbox.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 7: Bad value “” for attribute “name” on element “input”: Must not be empty. ( <input type="hidden" name="" value=""> )
(#1) HTML Validation error, line 12: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="checkbox" name="" class="" id="" > )
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="checkbox" name="" class="" id="" > )
theme/moove/templates/core_form/element-autocomplete-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 12: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-autocomplete.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 17: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-button-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 14: Bad value “” for attribute “name” on element “button”: Must not be empty. ( <button class="btn btn-secondary" name="" id="" > )
(#1) HTML Validation error, line 14: Bad value “” for attribute “id” on element “button”: An ID must not be the empty string. ( <button class="btn btn-secondary" name="" id="" > )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-button.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 18: Bad value “” for attribute “name” on element “button”: Must not be empty. (> <button class="btn btn-secondary m-l-0" name="" id="" > )
(#1) HTML Validation error, line 18: Bad value “” for attribute “id” on element “button”: An ID must not be the empty string. (> <button class="btn btn-secondary m-l-0" name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-checkbox-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Bad value “” for attribute “name” on element “input”: Must not be empty. (fitem "><input type="checkbox" name="" class="" id="" value="1" size="" > )
(#1) HTML Validation error, line 8: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (fitem "><input type="checkbox" name="" class="" id="" value="1" size="" > )
(#1) HTML Validation error, line 8: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (fitem "><input type="checkbox" name="" class="" id="" value="1" size="" > )
theme/moove/templates/core_form/element-checkbox.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 12: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="checkbox" name="" class="" value="1" id="" > )
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="checkbox" name="" class="" value="1" id="" > )
theme/moove/templates/core_form/element-date_selector-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-date_selector.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-date_time_selector-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 9: Element “div” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) (> <div class="fdate_time_selector"> )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-date_time_selector.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-duration-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-duration.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-editor.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-filemanager.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-filepicker.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-grading.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-group-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-group.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-modgrade.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-modvisible.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 20: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-password.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 20: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="password" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="password" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (> <input type="password" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-passwordunmask.mustache
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for="example_password_unmask"> )
theme/moove/templates/core_form/element-questioncategory-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 12: Bad value “” for attribute “name” on element “select”: Must not be empty. (e=""> <select class="form-control " name="" id="" > <)
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (e=""> <select class="form-control " name="" id="" > <)
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-questioncategory.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 17: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="form-control " name="" id="" > )
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="form-control " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-recaptcha.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-select-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 15: Bad value “” for attribute “name” on element “select”: Must not be empty. (e=""> <select class="custom-select " name="" id="" > <)
(#1) HTML Validation error, line 15: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (e=""> <select class="custom-select " name="" id="" > <)
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-selectgroups-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 12: Bad value “” for attribute “name” on element “select”: Must not be empty. (e=""> <select class="form-control " name="" id="" > <)
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (e=""> <select class="form-control " name="" id="" > <)
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-selectgroups.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 17: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="form-control " name="" id="" > )
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="form-control " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-selectwithlink.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 17: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-selectyesno-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 15: Bad value “” for attribute “name” on element “select”: Must not be empty. (e=""> <select class="custom-select " name="" id="" > <)
(#1) HTML Validation error, line 15: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (e=""> <select class="custom-select " name="" id="" > <)
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-selectyesno.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 20: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-submit-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 17: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="submit" class="btn btn-primary " name="" id="" value="" > <)
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="submit" class="btn btn-primary " name="" id="" value="" > <)
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-submit.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 22: Bad value “” for attribute “name” on element “input”: Must not be empty. ( <input type="submit" class="btn btn-primary " name="" id="" value="" > )
(#1) HTML Validation error, line 22: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. ( <input type="submit" class="btn btn-primary " name="" id="" value="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-tags-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 12: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-tags.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 17: Bad value “” for attribute “name” on element “select”: Must not be empty. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (> <select class="custom-select " name="" id="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-template-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-template.mustache
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for="id_fullname"> )
theme/moove/templates/core_form/element-text-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (m "> <label class="col-form-label " for=""> )
(#1) HTML Validation error, line 15: Bad value “” for attribute “name” on element “input”: Must not be empty. (e=""> <input type="text" class="form-control " name="" id="" value="" size="" > <)
(#1) HTML Validation error, line 15: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (e=""> <input type="text" class="form-control " name="" id="" value="" size="" > <)
(#1) HTML Validation error, line 15: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (e=""> <input type="text" class="form-control " name="" id="" value="" size="" > <)
(#1) HTML Validation error, line 3: The “for” attribute of the “label” element must refer to a non-hidden form control. (m "> <label class="col-form-label " for=""> )
theme/moove/templates/core_form/element-text.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 20: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="text" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="text" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (> <input type="text" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-textarea.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 18: Bad value “” for attribute “name” on element “textarea”: Must not be empty. (> <textarea name="" id="" class="form-control " ></text)
(#1) HTML Validation error, line 18: Bad value “” for attribute “id” on element “textarea”: An ID must not be the empty string. (> <textarea name="" id="" class="form-control " ></text)
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-url.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 20: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="url" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="url" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 20: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (> <input type="url" class="form-control " name="" id="" value="" size="" > )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-warning.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_form/element-wikieditor.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 9: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label class="col-form-label d-inline " for=""> )
(#1) HTML Validation error, line 9: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label class="col-form-label d-inline " for=""> )
theme/moove/templates/core_grades/edit_tree.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “action” on element “form”: Must be non-empty. (d><body><form id="gradetreeform" method="post" action=""> <)
theme/moove/templates/core_grades/weight_field.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/core_grades/weight_override_field.mustache
(#1) Example context missing (@template section not found.)
theme/moove/templates/course_search_form.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “action” on element “form”: Must be non-empty. (ad><body><form action="" id="" method="get" class="form-inline"> <)
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “form”: An ID must not be the empty string. (ad><body><form action="" id="" method="get" class="form-inline"> <)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (> <label for="">[[sear)
(#1) HTML Validation error, line 5: Duplicate ID “”. (> <input id="" name="search" type="text" size="" value="" class="form-control"> )
(#1) HTML Validation info, line 2: The first occurrence of ID “” was here. (ad><body><form action="" id="" method="get" class="form-inline"> <)
(#1) HTML Validation error, line 5: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input id="" name="search" type="text" size="" value="" class="form-control"> )
(#1) HTML Validation error, line 5: Bad value “” for attribute “size” on element “input”: The empty string is not a valid positive integer. (> <input id="" name="search" type="text" size="" value="" class="form-control"> )
(#1) HTML Validation error, line 4: The “for” attribute of the “label” element must refer to a non-hidden form control. (> <label for="">[[sear)
theme/moove/templates/custom_menu_footer.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/moove/templates/flat_navigation.mustache
(#1) HTML Validation error, line 3: The “aria-controls” attribute must point to an element in the same document. (gle"> <a href="#" aria-expanded="false" aria-controls="nav-drawer" class="btn btn-secondary" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav"><i cla)
theme/moove/templates/footer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 6: Empty heading. ( <h3></h3>)
theme/moove/templates/frontpage.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation info, line 90: Empty heading. ( <h3></h3>)
theme/moove/templates/frontpage_guest.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation info, line 63: The “form” role is unnecessary for element “form”. ( <form class="signup-form" action="/login/index.php" method="POST" role="form"> )
(#1) HTML Validation info, line 101: Empty heading. ( <h3></h3>)
theme/moove/templates/gradereport_history/user_button.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Attribute “method” not allowed on element “div” at this point. (s=""> <div method="" action="" id=""> )
(#1) HTML Validation error, line 3: Attribute “action” not allowed on element “div” at this point. (s=""> <div method="" action="" id=""> )
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (s=""> <div method="" action="" id=""> )
(#1) HTML Validation error, line 8: Duplicate ID “”. (> <input type="button" class="btn btn-secondary selectortrigger" id="" title="" value="" > <)
(#1) HTML Validation info, line 3: The first occurrence of ID “” was here. (s=""> <div method="" action="" id=""> )
(#1) HTML Validation error, line 8: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="button" class="btn btn-secondary selectortrigger" id="" title="" value="" > <)
(#1) HTML Validation error, line 8: Element “input” with attribute “type” whose value is “button” must have non-empty attribute “value”. (> <input type="button" class="btn btn-secondary selectortrigger" id="" title="" value="" > <)
theme/moove/templates/gradereport_singleview/bulk_insert.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “name” on element “input”: Must not be empty. (ble"> <input type="checkbox" name="" value="1" id=""> <)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (ble"> <input type="checkbox" name="" value="1" id=""> <)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (d=""> <label for=""></labe)
(#1) HTML Validation error, line 8: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (gend> <label for=""></labe)
(#1) HTML Validation error, line 9: Duplicate ID “”. (abel> <select name="" id="" class="form-control"> <)
(#1) HTML Validation info, line 3: The first occurrence of ID “” was here. (ble"> <input type="checkbox" name="" value="1" id=""> <)
(#1) HTML Validation error, line 9: Bad value “” for attribute “name” on element “select”: Must not be empty. (abel> <select name="" id="" class="form-control"> <)
(#1) HTML Validation error, line 9: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (abel> <select name="" id="" class="form-control"> <)
(#1) HTML Validation error, line 11: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (lect> <label for=""></labe)
(#1) HTML Validation error, line 4: The “for” attribute of the “label” element must refer to a non-hidden form control. (d=""> <label for=""></labe)
(#1) HTML Validation error, line 8: The “for” attribute of the “label” element must refer to a non-hidden form control. (gend> <label for=""></labe)
(#1) HTML Validation error, line 11: The “for” attribute of the “label” element must refer to a non-hidden form control. (lect> <label for=""></labe)
theme/moove/templates/gradereport_singleview/button.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “type” on element “input”. (ad><body><input type="" value="" class="btn btn-secondary"></bo)
theme/moove/templates/gradereport_singleview/dropdown_attribute.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “select”: An ID must not be the empty string. (ad><body><select id="" name="" class="custom-select" tabindex="1" ></sel)
(#1) HTML Validation error, line 2: Bad value “” for attribute “name” on element “select”: Must not be empty. (ad><body><select id="" name="" class="custom-select" tabindex="1" ></sel)
theme/moove/templates/gradereport_singleview/text_attribute.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (ad><body><label for="" class="accesshide"></labe)
(#1) HTML Validation error, line 3: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (></label><input id="" name="" type="text" value="" class="form-control" ><inpu)
(#1) HTML Validation error, line 3: Bad value “” for attribute “name” on element “input”: Must not be empty. (></label><input id="" name="" type="text" value="" class="form-control" ><inpu)
(#1) HTML Validation error, line 2: The “for” attribute of the “label” element must refer to a non-hidden form control. (ad><body><label for="" class="accesshide"></labe)
theme/moove/templates/header-secure.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 2: The “banner” role is unnecessary for element “header”. (ad><body><header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
theme/moove/templates/header.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 2: The “banner” role is unnecessary for element “header”. (ad><body><header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
theme/moove/templates/incourse.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation info, line 87: Empty heading. ( <h3></h3>)
theme/moove/templates/message_popup/message_popover.mustache
(#1) HTML Validation error, line 4: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="popover-region collapsed popover-region-messages" id="nav-message-popover-container" data-userid="3" data-region="popover-region"> <)
(#1) ESLint warning [no-redeclare]: 'controller' is already defined. ( var controller = new controller(container); ), Line: 4 Column: 9
(#1) ESLint warning [new-cap]: A constructor name should not start with a lowercase letter. ( var controller = new controller(container); ), Line: 4 Column: 26
theme/moove/templates/message_popup/notification_popover.mustache
(#1) HTML Validation error, line 4: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="popover-region collapsed popover-region-notifications" id="nav-notification-popover-container" data-userid="3" data-region="popover-region"> <)
(#1) ESLint warning [no-redeclare]: 'controller' is already defined. ( var controller = new controller(container); ), Line: 4 Column: 9
(#1) ESLint warning [new-cap]: A constructor name should not start with a lowercase letter. ( var controller = new controller(container); ), Line: 4 Column: 26
theme/moove/templates/mod_assign/grading_actions.mustache
(#1) Example context missing.
theme/moove/templates/mod_assign/grading_navigation.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 18: Stray end tag “span”. (v><br/></span></div)
(#1) HTML Validation error, line 42: Element “form” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) ( <form> )
(#1) ESLint error [no-unused-vars]: 'nav' is defined but never used. ( var nav = new GradingNavigation('[data-region="user-selector"]'); ), Line: 7 Column: 9
(#1) ESLint error [no-unused-vars]: 'tooltip' is defined but never used. ( var tooltip = new ToolTip('[data-region="assignment-tooltip"]'); ), Line: 8 Column: 9
theme/moove/templates/mod_assign/grading_navigation_user_selector.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 17: Element “form” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) (all"> <form> )
theme/moove/templates/mod_forum/big_search_form.mustache
(#1) HTML Validation error, line 8: The “cellpadding” attribute on the “table” element is obsolete. Use CSS instead. (> <table class="searchbox table table-striped" id="form" cellpadding="10"> )
(#1) ESLint error [no-undef]: 'lockoptions_timetoitems' is not defined. ( lockoptions_timetoitems(); ), Line: 2 Column: 9
(#1) ESLint error [no-undef]: 'lockoptions_timefromitems' is not defined. ( lockoptions_timefromitems(); ), Line: 3 Column: 9
(#1) ESLint error [no-trailing-spaces]: Trailing spaces not allowed. ( ), Line: 4 Column: 1
theme/moove/templates/mod_forum/quick_search_form.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “action” on element “form”: Must be non-empty. (rch"> <form action="" class="form-inline"> )
theme/moove/templates/mydashboard.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation info, line 92: Empty heading. ( <h3></h3>)
theme/moove/templates/mydashboard_admin.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 8: Empty heading. ( <h3></h3>)
(#1) HTML Validation info, line 22: Empty heading. ( <h3></h3>)
(#1) HTML Validation info, line 36: Empty heading. ( <h3></h3>)
(#1) HTML Validation info, line 50: Empty heading. ( <h3></h3>)
theme/moove/templates/secure.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
theme/moove/templates/tool_usertours/tourstep.mustache
(#1) HTML Validation info, line 9: Empty heading. (on> <h4 class="modal-title" data-placeholder="title"></h4>)