Skip to content

Commit 4b4ae8a

Browse files
author
Paul Verest
committed
Merge pull request #136 from bendra/master
org.nodeclipse.bundle.express, was: doctype 5 is depricated; should use doctype html
2 parents 8253967 + 87b1c63 commit 4b4ae8a

File tree

1 file changed

+1
-1
lines changed
  • org.nodeclipse.bundle.express/express/bin

1 file changed

+1
-1
lines changed

org.nodeclipse.bundle.express/express/bin/express

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var users = [
7474
*/
7575

7676
var jadeLayout = [
77-
'doctype 5'
77+
'doctype html'
7878
, 'html'
7979
, ' head'
8080
, ' title= title'

0 commit comments

Comments
 (0)