Remove redundant empty value tags on inputs in WebUI

This commit is contained in:
Sepro
2020-06-12 23:59:32 +02:00
parent 04c8c4e846
commit d1c084e3b0
12 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@
<select id="categorySelect" onchange="qBittorrent.Download.changeCategorySelect(this)">
<option selected value="\other"></option>
</select>
<input name="category" type="text" value="" />
<input name="category" type="text" />
</div>
</td>
</tr>