diff --git a/phpdotnet/phd/Package/Generic/XHTML.php b/phpdotnet/phd/Package/Generic/XHTML.php index 04d4717c..fe409e87 100644 --- a/phpdotnet/phd/Package/Generic/XHTML.php +++ b/phpdotnet/phd/Package/Generic/XHTML.php @@ -1476,7 +1476,7 @@ public function format_step($open, $name, $attrs) { } return ''; } - public function format_variablelist($open, $name, $attrs) { + public function format_variablelist($open, $name, $attrs, $props) { if ($open) { if (isset($attrs[Reader::XMLNS_DOCBOOK]["role"])) { $this->role = $attrs[Reader::XMLNS_DOCBOOK]["role"]; @@ -1488,7 +1488,7 @@ public function format_variablelist($open, $name, $attrs) { if ($this->role === 'constant_list') { $tagName = 'table'; $classStr = ' class="doctable table"'; - $headerStr = "\n