Skip to content

Commit 3e8c393

Browse files
committed
Updating spacing
1 parent c5e5914 commit 3e8c393

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cosmos-db/sql-api-nodejs-application-preview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -410,13 +410,13 @@ Now let’s turn our attention to building the user interface so a user can actu
410410
input(type="checkbox", name="#{task.id}", value="#{!task.completed}", checked=task.completed)
411411
button.btn.btn-primary(type="submit") Update tasks
412412
hr
413-
form.well(action="/addtask", method="post")
414-
label Item Name:
415-
input(name="name", type="textbox")
416-
label Item Category:
417-
input(name="category", type="textbox")
418-
br
419-
button.btn(type="submit") Add item
413+
form.well(action="/addtask", method="post")
414+
label Item Name:
415+
input(name="name", type="textbox")
416+
label Item Category:
417+
input(name="category", type="textbox")
418+
br
419+
button.btn(type="submit") Add item
420420
```
421421

422422
This extends layout, and provides content for the **content** placeholder we saw in the **layout.jade** file earlier.

0 commit comments

Comments
 (0)