mirror of
https://github.com/transmission/transmission.git
synced 2026-04-21 01:10:34 +01:00
Balancing HTML opening-closing tags (#2975)
This commit is contained in:
@@ -1,31 +1,29 @@
|
||||
<!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>Configuring the Mac OS X Firewall</title>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css"/>
|
||||
<title>Configuring the Mac OS X Firewall</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>Configuring the Mac OS X Firewall</h1>
|
||||
</div>
|
||||
<br>
|
||||
<p>Upon opening Transmission for the first time, a Mac OS X dialog box should appear asking if you will allow Transmission to receive incoming connections. Click Accept.</p>
|
||||
<p>If this doesn't happen, you can add Transmission to the firewall manually:</p>
|
||||
<div class="taskbox">
|
||||
<ol>
|
||||
<li>Open System Prefs → Security → Firewall. Make sure "Set access for specific services and applications" is selected.</li>
|
||||
<li>Click the "+" button and select Transmission from your Applications folder. </li>
|
||||
<li>Make sure the pull down menu is set to "Allow incoming connections".
|
||||
</ol>
|
||||
</div>
|
||||
<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>Configuring the Mac OS X Firewall</h1>
|
||||
</div>
|
||||
<br>
|
||||
<p>Upon opening Transmission for the first time, a Mac OS X dialog box should appear asking if you will allow Transmission to receive incoming connections. Click Accept.</p>
|
||||
<p>If this doesn't happen, you can add Transmission to the firewall manually:</p>
|
||||
<div class="taskbox">
|
||||
<ol>
|
||||
<li>Open System Prefs → Security → Firewall. Make sure "Set access for specific services and applications" is selected.</li>
|
||||
<li>Click the "+" button and select Transmission from your Applications folder.</li>
|
||||
<li>Make sure the pull down menu is set to "Allow incoming connections".
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user