Browse Source

tweaking docs.

Taylor Otwell 13 years ago
parent
commit
6ee7c1c280
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bundles/docs/views/page.blade.php
  2. 1 1
      bundles/docs/views/template.blade.php

+ 1 - 1
bundles/docs/views/page.blade.php

@@ -2,4 +2,4 @@
 
 @section('content')
 	{{ $content }}
-@endsection
+@endsection

+ 1 - 1
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') }}
 </body>
-</html>
+</html>