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:
@@ -16,13 +16,13 @@
|
||||
<a class="leftborder" href="../html/index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pagetitle">
|
||||
<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>If this doesn't happen, you can add Transmission to the firewall manually:
|
||||
<div summary="To do this" id="taskbox">
|
||||
<div summary="To do this" 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>
|
||||
|
||||
Reference in New Issue
Block a user