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:
Chocobo1
2018-03-21 14:34:37 +08:00
parent e1a14007f8
commit ed03456999
16 changed files with 72 additions and 72 deletions

View File

@@ -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"));