Skip to content

Commit

Permalink
Merge pull request #1642 from jade-bot/master
Browse files Browse the repository at this point in the history
Update jade files [bot-update#1]
  • Loading branch information
tj committed Jun 2, 2013
2 parents e59a882 + cd31cec commit 545dca6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/big-view/pets.jade
@@ -1,4 +1,4 @@
style
style.
body {
padding: 50px;
font: 16px "Helvetica Neue", Helvetica;
Expand Down
4 changes: 2 additions & 2 deletions examples/expose-data-to-client/views/page.jade
@@ -1,7 +1,7 @@
html
head
title Express
script
script.
// call this whatever you like,
// or dump them into individual
// props like "var user ="
Expand All @@ -10,5 +10,5 @@ html
h1 Expose client data
p The following was exposed to the client:
pre
script
script.
document.write(JSON.stringify(data, null, 2))
2 changes: 1 addition & 1 deletion examples/search/search.jade
Expand Up @@ -2,7 +2,7 @@
html
head
title Search example
style
style.
body {
font: 14px "Helvetica Neue", Helvetica;
padding: 50px;
Expand Down
2 changes: 1 addition & 1 deletion examples/view-locals/layout.jade
Expand Up @@ -2,7 +2,7 @@ doctype 5
html
head
title= title
style
style.
body {
padding: 50px;
font: 16px Helvetica, Arial;
Expand Down

0 comments on commit 545dca6

Please sign in to comment.