diff --git a/module/doc/js/tablecontents.js b/module/doc/js/tablecontents.js index 977668921d..9adaa4e4bc 100644 --- a/module/doc/js/tablecontents.js +++ b/module/doc/js/tablecontents.js @@ -103,9 +103,9 @@ $(function() { var $item = '' + - '
' + item.title + + '
' + (item.name || '') + '' +