Skip to content

Commit c109d47

Browse files
authored
Update atts-global.html for clarity
1 parent f68676a commit c109d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/atts-global.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ <h3 id="common-global-attributes">Common global attributes</h3>
9292
{% endunless %}
9393
{% unless include.sort == "" %}
9494
<dt><code>sort="column direction"</code> <span class="footnote warning">v4.8.8+</span></dt>
95-
<dd>Sort the output by the given column(s) and order direction(s).</dd>
96-
<dd><strong>Values:</strong> Specify any valid column name{% if include.sortvals != null %} from the ones given below{% endif %}, followed by a space and then either <code>asc</code> or <code>desc</code> to sort in ascending or descending order, respectively. Use <code>rand()</code> for <a href="https://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html#function_rand">random sorting order</a>.
95+
<dd>Sort the output by the given comma-separated column(s) and (optional) order direction(s).</dd>
96+
<dd><strong>Values:</strong> Specify any valid column name{% if include.sortvals != null %} from the ones given below{% endif %}, followed by a space and then either <code>asc</code> or <code>desc</code> to sort that column in ascending or descending order. Use <code>rand()</code> for <a href="https://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html#function_rand">random sorting order</a>.
9797
{% if include.sortvals != null %}{{ include.sortvals }}{% endif %}
9898
</dd>
9999
<dd><strong>Default:</strong> {% if include.sort == null %}0{% else %}{{ include.sort }}{% endif %} (see <a href="/tags/tag-attributes-cross-reference#sort">sort cross-reference</a>).</dd>

0 commit comments

Comments
 (0)