Removed inline doc block

This commit is contained in:
Mark Nelson 2013-07-23 12:32:07 +08:00
parent ad1a6767a2
commit 3d4811cc0c

View file

@ -351,11 +351,7 @@ abstract class customcert_element_base {
* @return bool returns true if the colour is valid, false otherwise
*/
protected function validate_colour($colour) {
/**
* List of valid HTML colour names
*
* @var array
*/
// List of valid HTML colour names.
$colournames = array(
'aliceblue', 'antiquewhite', 'aqua', 'aquamarine', 'azure',
'beige', 'bisque', 'black', 'blanchedalmond', 'blue',