Skip to content

Commit 731afeb

Browse files
committed
Docs: added two missing <dd> tags in options tables/toggle-options.html
1 parent 94f12c0 commit 731afeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tables/toggle-options.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ <h2>Column toggle table mode</h2>
4242
<p>The columntoggle mode also has an option, <code>classes</code>, which is only configurable via JavaScript because it expects an object literal value. The <code>classes</code> option has two properties that define the structural classnames that the plugin uses:</h3>
4343

4444
<dl>
45-
<dt><code>classes.columnToggleTable</code> default: "ui-table-columntoggle"</dt>Class assigned to the table.
45+
<dt><code>classes.columnToggleTable</code> default: "ui-table-columntoggle"</dt><dd>Class assigned to the table.</dd>
4646
<dt><code>classes.columnBtn</code> default: "ui-table-columntoggle-btn"</dt><dd>Class assigned to the column toggle button.</dd>
4747
<dt><code>classes.popup</code> default: "ui-table-columntoggle-popup"</dt><dd>Class assigned to the column chooser popup.</dd>
4848

49-
<dt><code>classes.priorityPrefix</code> default: "ui-table-priority-"</dt>Class prefix added to each cell in a column. This string is appended to the priority value set on the headers.
49+
<dt><code>classes.priorityPrefix</code> default: "ui-table-priority-"</dt><dd>Class prefix added to each cell in a column. This string is appended to the priority value set on the headers.</dd>
5050
</dl>
5151
</div><!--/content-primary -->
5252

0 commit comments

Comments
 (0)