Skip to content

Commit 051f62c

Browse files
committed
Remove [LineArrow] stuff from code
1 parent 4acca73 commit 051f62c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Chapter_02/guestbook/views/new-entry.ejs

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
<form method="post" role="form">
66
<div class="form-group">
77
<label for="title">Title</label>
8-
<input type="text" class="form-control" id="title"[LineArrow]
9-
name="title" placeholder="Entry title" required>
8+
<input type="text" class="form-control" id="title" name="title" placeholder="Entry title" required>
109
</div>
1110
<div class="form-group">
1211
<label for="body">Entry text</label>
13-
<textarea class="form-control" id="body" name="body"[LineArrow]
14-
placeholder="Love Express! It's a great tool for building[LineArrow]
15-
websites." rows="3" required></textarea>
12+
<textarea class="form-control" id="body" name="body" placeholder="Love Express! It's a great tool for building websites." rows="3" required></textarea>
1613
</div>
1714
<div class="form-group">
1815
<input type="submit" value="Post entry" class="btn btn-primary">
1916
</div>
2017
</form>
2118

22-
<% include footer %>
19+
<% include footer %>

0 commit comments

Comments
 (0)