diff --git a/bundles/docs/views/page.blade.php b/bundles/docs/views/page.blade.php index 9f6da707..1309e905 100644 --- a/bundles/docs/views/page.blade.php +++ b/bundles/docs/views/page.blade.php @@ -2,4 +2,4 @@ @section('content') {{ $content }} -@endsection +@endsection \ No newline at end of file diff --git a/bundles/docs/views/template.blade.php b/bundles/docs/views/template.blade.php index fd4a0a9d..2d108569 100644 --- a/bundles/docs/views/template.blade.php +++ b/bundles/docs/views/template.blade.php @@ -30,4 +30,4 @@ {{ HTML::script('http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js') }} {{ HTML::script('laravel/js/prettify.js') }} - + \ No newline at end of file