mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
fix: broken HTML (#1446)
* chore: refresh css files with sass 1.26.10 * fix: css selector for toolbar-separator * chore: fix duplicate html ids in mac client faq * fix: duplicate ID 'pagetitle' tags in Mac help * fix: duplicate ID 'taskbox' tags in Mac help * chore: fix mismatched div
This commit is contained in:
@@ -1,29 +1,24 @@
|
||||
<html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Index</title>
|
||||
<meta name="keywords" content="index" />
|
||||
<meta name="description" content="Index" />
|
||||
<link href="../styles/indexpage.css" type="text/css" rel="stylesheet" media="all" />
|
||||
<meta name="keywords" content="index">
|
||||
<meta name="description" content="Index">
|
||||
<link href="../styles/indexpage.css" type="text/css" rel="stylesheet" media="all">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><a name="ax-index" id="ax-index"></a><a name="ax-index-link" id="ax-index-link"></a></p>
|
||||
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp">
|
||||
<a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
<a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<a name="menus"></a>
|
||||
|
||||
<div id="banner">
|
||||
<div id="machelp">
|
||||
<a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
|
||||
<a class="leftborder" href="../html/Index2.html">Index</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user