Skip to content

Commit

Permalink
Merge pull request #187 from kennethormandy/init-for-jade-1.0.0
Browse files Browse the repository at this point in the history
Replace `!!!` shorthand with `doctype`
  • Loading branch information
sintaxi committed Jan 8, 2014
2 parents 06fcc51 + af99a5a commit 1ee9252
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/sample/_layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
link(rel="stylesheet", href="/main.css")
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/_layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html(lang="en")
head
meta(charset="utf-8")
Expand Down
2 changes: 1 addition & 1 deletion test/apps/basic/public/404.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
style.
Expand Down
2 changes: 1 addition & 1 deletion test/apps/basic/public/_layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
link(rel="stylesheet", href="/css/main.css")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
link(rel="stylesheet", href="/css/main.css")
Expand Down
2 changes: 1 addition & 1 deletion test/apps/err-invalid-vars/public/index.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
link(rel="stylesheet", href="/main.css", type="text/css")
Expand Down
2 changes: 1 addition & 1 deletion test/apps/err-invalid-vars/public/style.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
link(rel="stylesheet", href="/bad.css", type="text/css")
Expand Down
2 changes: 1 addition & 1 deletion test/apps/err-missing-404/public/_layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!!
doctype
html
head
link(rel="stylesheet", href="/css/main.css")
Expand Down

0 comments on commit 1ee9252

Please sign in to comment.