Skip to content

Commit db72750

Browse files
committed
modified: views/pages/exchangeRate.ejs
1 parent 10a8029 commit db72750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/pages/exchangeRate.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<input type="text" id="amount" name="amount" value="1" placeholder="Enter amount"> <br>
2626

2727
<label for="fromCurrency">From currency:</label>
28-
<select id="FcurrencyCode-dropdown" name="fromCurrency" selected></select> <br>
28+
<select id="FcurrencyCode-dropdown" name="fromCurrency"></select> <br>
2929

3030
<label for="toCurrency">To currency:</label>
31-
<select id="TcurrencyCode-dropdown" name="toCurrency" selected>
31+
<select id="TcurrencyCode-dropdown" name="toCurrency">
3232
</select>
3333
<br>
3434
<input type="submit" class="btn btn-sm btn-outline-success ghost-button" value="Convert">

0 commit comments

Comments
 (0)