From 261b38b308b23c2320873991e198accdfec8c975 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 19 Jun 2015 23:07:37 +0200 Subject: [PATCH] Don't HTML escape custom stylesheet If you HTML escape the custom stylesheet, you can't have quotes in it. You need quotes if you want to add something with url('foo') (in a background-image by exemple). --- resources/views/layout/master.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layout/master.blade.php b/resources/views/layout/master.blade.php index 960e0e48..21de846a 100644 --- a/resources/views/layout/master.blade.php +++ b/resources/views/layout/master.blade.php @@ -41,7 +41,7 @@ @if($stylesheet = Setting::get('stylesheet')) @endif