Merge pull request #1242 from bstrahija/patch-1
Trimming whitespace before doctype tag
This commit is contained in:
commit
99d710a820
|
@ -68,7 +68,7 @@ public static function sharpen()
|
||||||
// Once the view has been compiled, we can simply set the path to the
|
// 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"
|
// compiled view on the view instance and call the typical "get"
|
||||||
// method on the view to evaluate the compiled PHP view.
|
// method on the view to evaluate the compiled PHP view.
|
||||||
return $view->get();
|
return ltrim($view->get());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue