Commit 99d710a8 authored by Dayle Rees's avatar Dayle Rees

Merge pull request #1242 from bstrahija/patch-1

Trimming whitespace before doctype tag
parents 4f7dd1c8 925e5bed
......@@ -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