Browse Source

Missing </head> close tag

crynobone 12 years ago
parent
commit
c50646dfe8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/views/home/index.blade.php

+ 1 - 1
application/views/home/index.blade.php

@@ -6,7 +6,7 @@
 	<title>Laravel: A Framework For Web Artisans</title>
 	<title>Laravel: A Framework For Web Artisans</title>
 	<meta name="viewport" content="width=device-width">
 	<meta name="viewport" content="width=device-width">
 	{{ HTML::style('laravel/css/style.css') }}
 	{{ HTML::style('laravel/css/style.css') }}
-</head
+</head>
 <body>
 <body>
 	<div class="wrapper">
 	<div class="wrapper">
 		<header>
 		<header>