Balancing HTML opening-closing tags (#2975)

This commit is contained in:
Antoine Cœur
2022-04-25 01:15:02 +08:00
committed by GitHub
parent 4f70baa27e
commit fe40692dea
17 changed files with 652 additions and 701 deletions

View File

@@ -1,34 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Troubleshooting Manual Recheck</title>
<META http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link media="all" rel="stylesheet" href="../styles/TransBody.css"/>
<title>Troubleshooting Manual Recheck</title>
</head>
<body>
<div id="mainbox">
<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>
</div>
<div class="pagetitle">
<h1>How do I manually recheck my files?</h1>
</div>
<p>If Transmission crashes, you may want to manually recheck your files to both verify that the download has not been corrupted, and to ensure that the download continues where it left off, and does not start over.
<div id="mainbox">
<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>
<div class="pagetitle">
<h1>How do I manually recheck my files?</h1>
</div>
<p>If Transmission crashes, you may want to manually recheck your files to both verify that the download has not been corrupted, and to ensure that the download continues where it left off, and does not start over.
<p>To do this:
<div class="taskbox">
<ol>
<li>Select the relevant torrent.</li>
<li>Go to the Transfers menu &rarr; Verify Local Data.</li>
</ol>
</div>
<p>To do this:
<div class="taskbox">
<ol>
<li>Select the relevant torrent.</li>
<li>Go to the Transfers menu &rarr; Verify Local Data.</li>
</ol>
</div>
</div>
</div>
</div>
</body>
</html>