diff --git a/system/html.php b/system/html.php index 5410d301..b568efc5 100644 --- a/system/html.php +++ b/system/html.php @@ -35,18 +35,6 @@ public static function style($url, $media = 'all') return ''.PHP_EOL; } - /** - * Generate an HTML span tag. - * - * @param string $value - * @param array $attributes - * @return string - */ - public static function span($value, $attributes = array()) - { - return ''.static::entities($value).''; - } - /** * Generate a HTML link. *