Skip to content

Commit

Permalink
Merge pull request #4 from safesploit/dev
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
safesploit authored Dec 5, 2023
2 parents 8739ada + 23b56ad commit f478eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="text-center mb-4">Expense Tracker</h1>
</div>
<div class="form-group">
<label for="item-cost">Item cost (£):</label>
<input type="number" class="form-control" id="item-cost" step="0.01" required>
<input type="number" class="form-control" id="item-cost" pattern="[0-9]*" step="0.01" required>
</div>
<div class="form-group">
<label for="item-description">Item description:</label>
Expand Down

0 comments on commit f478eb7

Please sign in to comment.