Skip to content

Commit 55af453

Browse files
committed
Merge branch 'release-v0.11.1' of github.com:sintaxi/harp into release-v0.11.1
2 parents 8ebc10d + 1ee9252 commit 55af453

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lib/sample/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
link(rel="stylesheet", href="/main.css")

lib/templates/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html(lang="en")
33
head
44
meta(charset="utf-8")

test/apps/basic/public/404.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
style.

test/apps/basic/public/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
link(rel="stylesheet", href="/css/main.css")

test/apps/err-invalid-and-valid-stylsheets/public/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
link(rel="stylesheet", href="/css/main.css")

test/apps/err-invalid-vars/public/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
link(rel="stylesheet", href="/main.css", type="text/css")

test/apps/err-invalid-vars/public/style.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
link(rel="stylesheet", href="/bad.css", type="text/css")

test/apps/err-missing-404/public/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype
22
html
33
head
44
link(rel="stylesheet", href="/css/main.css")

0 commit comments

Comments
 (0)