fix inconsistent brackets in Sauce intructions

This commit is contained in:
ccd0 2014-06-29 18:28:19 -07:00
parent eaa7e87d00
commit 70486be734

View File

@ -1,8 +1,8 @@
<div class=warning><code>Sauce</code> is disabled.</div>
<div class="warning"><code>Sauce</code> is disabled.</div>
<div>Lines starting with a <code>#</code> will be ignored.</div>
<div>You can specify a display text by appending <code>;text:[text]</code> to the URL.</div>
<div>You can specify the applicable boards by appending <code>;boards:board1,board2</code>.</div>
<div>You can specify the applicable file types by appending <code>;types:extension1,extension2</code>.</div>
<div>You can specify the applicable boards by appending <code>;boards:[board1],[board2]</code>.</div>
<div>You can specify the applicable file types by appending <code>;types:[extension1],[extension2]</code>.</div>
<ul>These parameters will be replaced by their corresponding values:
<li><code>%TURL</code>: Thumbnail URL.</li>
<li><code>%URL</code>: Full image URL.</li>
@ -11,4 +11,4 @@
<li><code>%board</code>: Current board.</li>
<li><code>%%</code>, <code>%semi</code>: Literal <code>%</code> and <code>;</code>.</li>
</ul>
<textarea name=sauces class=field spellcheck=false></textarea>
<textarea name="sauces" class="field" spellcheck="false"></textarea>