Commit 925e5bed authored by Boris Strahija's avatar Boris Strahija

Trimming whitespace before doctype tag

When using layouts and sections
parent 4f7dd1c8
......@@ -68,7 +68,7 @@ class Blade {
// Once the view has been compiled, we can simply set the path to the
// compiled view on the view instance and call the typical "get"
// method on the view to evaluate the compiled PHP view.
return $view->get();
return ltrim($view->get());
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment