mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Update WebUI to be more compliant with HTML5 standard
Use modern and shorter "charset" attribute. Remove "type", "charset" attributes in script/style tags, these are redundant in HTML5.
This commit is contained in:
@@ -479,7 +479,7 @@
|
||||
<br/>
|
||||
<div style="text-align: center;"><input type="button" value="QBT_TR(Save)QBT_TR[CONTEXT=HttpServer]" onclick="applyPreferences();"/></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
// Downloads tab
|
||||
var WatchedFoldersTable = new HtmlTable($("watched_folders_tab"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user