Skip to content

Commit

Permalink
Fix element map so changelog rows are handled correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Aug 19, 2024
1 parent 86c5a1b commit 44fde43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpdotnet/phd/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class Index extends Format
'titleabbrev' => 'format_short_desc',
'example' => 'format_example',
'refsect1' => 'format_refsect1',
'tbody' => array(
'row' => array(
/* DEFAULT */ null,
'row' => 'format_row',
'tbody' => 'format_row',
),
'entry' => array(
/* DEFAULT */ null,
Expand Down

0 comments on commit 44fde43

Please sign in to comment.