Missing bracket in help text

This commit is contained in:
JonnyWong16 2017-05-05 23:26:09 -07:00
parent f3349c64a9
commit 9d49a2bd11

View file

@ -143,7 +143,7 @@
<p class="help-block"> <p class="help-block">
Enter the logic to use when evaluating the conditions. Enter the logic to use when evaluating the conditions.
Only the keywords <span class="inline-pre">and</span>/<span class="inline-pre">or</span> and brackets <span class="inline-pre">()</span> are supported. Only the keywords <span class="inline-pre">and</span>/<span class="inline-pre">or</span> and brackets <span class="inline-pre">()</span> are supported.
(e.g. <span class="inline-pre">{1} and ({2} or {3}</span>).</p> (e.g. <span class="inline-pre">{1} and ({2} or {3})</span>).</p>
</div> </div>
</div> </div>
<div role="tabpanel" class="tab-pane" id="tabs-notify_text"> <div role="tabpanel" class="tab-pane" id="tabs-notify_text">