mirror of
https://github.com/transmission/transmission.git
synced 2026-04-21 09:19:56 +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:
@@ -17,12 +17,12 @@
|
||||
<a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pagetitle">
|
||||
<div class="pagetitle">
|
||||
<h1>Running Scripts</h1>
|
||||
</div>
|
||||
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
|
||||
|
||||
<div id="taskbox">
|
||||
<div class="taskbox">
|
||||
<ul>
|
||||
<li>TR_APP_VERSION</li>
|
||||
<li>TR_TIME_LOCALTIME</li>
|
||||
|
||||
Reference in New Issue
Block a user