Skip to content

Commit

Permalink
btply#9 doctype 5 is deprecated, you must now use doctype html
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Jan 2, 2014
1 parent 55a2897 commit 3efde95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shop/views/main/layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doctype 5
doctype html
html(lang="en")
head
title #{store} | #{title}
Expand Down Expand Up @@ -45,4 +45,4 @@ html(lang="en")
script(src="http://code.jquery.com/jquery.min.js", type="text/javascript")
script(src="/js/bootstrap.min.js", type="text/javascript")
script(src="/js/controller/main.js")
block scripts
block scripts

0 comments on commit 3efde95

Please sign in to comment.