diff --git a/phpdotnet/phd/Index.php b/phpdotnet/phd/Index.php index 356bd1b0..ab612f00 100644 --- a/phpdotnet/phd/Index.php +++ b/phpdotnet/phd/Index.php @@ -63,9 +63,9 @@ class Index extends Format 'titleabbrev' => 'format_sdesc', 'example' => 'format_example', 'refsect1' => 'format_refsect1', - "row" => array( + 'tbody' => array( /* DEFAULT */ null, - "tbody" => 'format_row', + 'row' => 'format_row', ), 'entry' => array( /* DEFAULT */ null, diff --git a/phpdotnet/phd/Render.php b/phpdotnet/phd/Render.php index c6a0b41e..33eeb55b 100644 --- a/phpdotnet/phd/Render.php +++ b/phpdotnet/phd/Render.php @@ -88,7 +88,7 @@ public function execute(Reader $r) { /* {{{ */ "lang" => $r->xmlLang, "ns" => $r->namespaceURI, "sibling" => $lastdepth >= $depth ? $this->STACK[$depth] : "", - "innerXml" => $innerXml, + "innerXml" => $innerXml, "depth" => $depth, );