mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Remove html tags from inline page
This page's content is inserted into the existing page, so the presence of an <html> tag is incorrect.
This commit is contained in:
@@ -1,17 +1,3 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="${LANG}">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<title>QBT_TR(Download from URLs)QBT_TR[CONTEXT=downloadFromURL]</title>
|
|
||||||
<link rel="stylesheet" href="css/style.css?v=${CACHEID}" type="text/css" />
|
|
||||||
<link rel="stylesheet" href="css/Tabs.css?v=${CACHEID}" type="text/css" />
|
|
||||||
<script src="scripts/lib/mootools-1.2-core-yc.js"></script>
|
|
||||||
<script src="scripts/lib/mootools-1.2-more.js"></script>
|
|
||||||
<script src="scripts/lib/mocha-0.9.6-yc.js"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body style="padding: 5px;">
|
|
||||||
<!-- preferences -->
|
<!-- preferences -->
|
||||||
<div class="toolbarTabs">
|
<div class="toolbarTabs">
|
||||||
<ul id="preferencesTabs" class="tab-menu">
|
<ul id="preferencesTabs" class="tab-menu">
|
||||||
@@ -56,6 +42,3 @@
|
|||||||
$('AdvancedTab').removeClass('invisible');
|
$('AdvancedTab').removeClass('invisible');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user