Update index.html

Removed extra quotation

From: <select class="form-control" id="hdpathtype"">
To: <select class="form-control" id="hdpathtype">
This commit is contained in:
Rishub
2023-07-02 16:09:20 +05:30
committed by GitHub
parent cda4559cfd
commit 1723622894
+1 -1
View File
@@ -1215,7 +1215,7 @@
<div class="row">
<div class="col-md-8">
<b>Path</b><br>
<select class="form-control" id="hdpathtype"">
<select class="form-control" id="hdpathtype">
<option value="simple">Simple: m/i</option>
<option value="custom">Custom</option>
</select>