From 44fde43f3c79dd68dd0d3581501b1ac13f19de83 Mon Sep 17 00:00:00 2001 From: Jim Winstead Date: Mon, 19 Aug 2024 16:07:39 -0700 Subject: [PATCH] Fix element map so changelog rows are handled correctly --- phpdotnet/phd/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpdotnet/phd/Index.php b/phpdotnet/phd/Index.php index 0deefdf2..f9c6741c 100644 --- a/phpdotnet/phd/Index.php +++ b/phpdotnet/phd/Index.php @@ -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,