Browse Source

Add missing div closing tag

Alan Pearce 11 years ago
parent
commit
17a69ee630
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/index.html

+ 1
- 1
layouts/index.html View File

@@ -20,7 +20,7 @@
20 20
   </div>
21 21
   {{ end }}
22 22
 </div>
23
-
23
+</div>
24 24
 
25 25
   </body>
26 26
 </html>