Removed inline doc block
This commit is contained in:
parent
ad1a6767a2
commit
3d4811cc0c
1 changed files with 1 additions and 5 deletions
|
@ -351,11 +351,7 @@ abstract class customcert_element_base {
|
||||||
* @return bool returns true if the colour is valid, false otherwise
|
* @return bool returns true if the colour is valid, false otherwise
|
||||||
*/
|
*/
|
||||||
protected function validate_colour($colour) {
|
protected function validate_colour($colour) {
|
||||||
/**
|
// List of valid HTML colour names.
|
||||||
* List of valid HTML colour names
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
$colournames = array(
|
$colournames = array(
|
||||||
'aliceblue', 'antiquewhite', 'aqua', 'aquamarine', 'azure',
|
'aliceblue', 'antiquewhite', 'aqua', 'aquamarine', 'azure',
|
||||||
'beige', 'bisque', 'black', 'blanchedalmond', 'blue',
|
'beige', 'bisque', 'black', 'blanchedalmond', 'blue',
|
||||||
|
|
Loading…
Reference in a new issue