diff --git a/laravel/html.php b/laravel/html.php index 9a78ba23..736a760a 100644 --- a/laravel/html.php +++ b/laravel/html.php @@ -66,7 +66,9 @@ public static function style($url, $attributes = array()) } } - return ''.PHP_EOL; + $url = static::entities(URL::to_asset($url)); + + return ''.PHP_EOL; } /**