Skip to content

Commit

Permalink
fix <br>s
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 8, 2017
1 parent be3d6d4 commit 33e204c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/templates/tab-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
ng-model="contact.phone_number"
ng-click="scrollTo('phone_number')"
id="phone_number">
</label><br/>
</label><br />
<small><strong>Address</strong></small>
<label class="item item-input">
<input type="text" placeholder="Address Line 1"
ng-model="contact.address_1"
ng-click="scrollTo('address_1')"
id="address_1">
</label></br>
</label><br />
<label class="item item-input">
<input type="text" placeholder="Address Line 2"
ng-model="contact.address_2"
ng-click="scrollTo('address_2')"
id="address_2>
</label></br>
</label><b /r>
<label class="item item-input">
<input type="text"
placeholder="City"
Expand Down

0 comments on commit 33e204c

Please sign in to comment.