|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-04-09 10:50 UTC] rquadling@php.net
[2010-04-09 10:51 UTC] rquadling@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: rquadling
[2010-04-09 10:51 UTC] rquadling@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 00:00:01 2025 UTC |
Description: ------------ When rendering DocBook with tables, PhD warns that there is no handler for tr, th, and td tags. Easy fix: add these three elements to the private property $myelementmap in the Package_Generic_XHTML class: 'tr' => 'format_row', 'th' => 'format_th', 'td' => 'format_th', Thanks in advance! Test script: --------------- n/a Expected result: ---------------- n/a Actual result: -------------- n/a