diff --git a/laravel/html.php b/laravel/html.php index e3b2a993..211e4022 100644 --- a/laravel/html.php +++ b/laravel/html.php @@ -367,7 +367,7 @@ public static function dl($list, $attributes = array()) $html .= '
'.static::entities($description).'
'; } - return ''.$html.''; + return ''.$html.''; } /**