mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
a800e7e62f
Default value of the $flag argument changed in PHP 8.1 from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE To ensure consistent behavior across different PHP version the second parameter is now required for the functions: htmlspecialchars(), htmlentities(), htmlspecialchars_decode(), html_entity_decode() and get_html_translation_table()
Brickfield accessibility tool plugin
Copyright (C) 2021 Brickfield Education Labs
The Accessibility admin tool plugin provides a simple means of checking content for any accessibility issues.
Created by an enthusiastic team from Brickfield Education Labs, including:
- Karen Holland
- Gavin Henrick
- Mike Churchward
- Renée Mackey
- Laia Joana Canet
- Jay Churchward
- Paul Ffrench
- Holly Lynn
- Michael Pound
- Max Larkin
with a little help from our friends.
Portions of the htmlchecker files were derived from the "Quail PHP Accessibility Library". The Quail library (Copyright (C) 2009 Kevin Miller) is licensed under GNU GPL v3. See the LICENSE_QUAIL.txt file in this directory for original Quail license information.