Skip to content

Commit

Permalink
Replace !!! shorthand with doctype
Browse files Browse the repository at this point in the history
Even if we don’t update to Jade 1.0.0, it’s probably better to remove
this sooner rather than later.
  • Loading branch information
kennethormandy committed Jan 7, 2014
1 parent ba25078 commit 5291fc6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 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 5291fc6

Please sign in to comment.