Skip to content

Commit

Permalink
Fix deprecated jade doctype 5
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvolny committed Jan 4, 2014
1 parent 38a349d commit 91f6ad7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doctype 5
doctype html
html(lang='en')
head
meta(charset='utf-8')
Expand Down Expand Up @@ -58,4 +58,5 @@ body
//
Placed at the end of the document so the pages load faster
script(src='/bootstrap-3.0.0/assets/js/jquery.js').
script(src='/bootstrap-3.0.0/dist/js/bootstrap.min.js')
script(src='/bootstrap-3.0.0/dist/js/bootstrap.min.js')

0 comments on commit 91f6ad7

Please sign in to comment.