ID:          33269
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
 Status:      Open
 Bug Type:    Livedocs problem
 PHP Version: Irrelevant
 New Comment:

I'm pretty sure this is the same behavior as #32780.

The link formatter doesn't expect the node to have children, and is
trying to output $node->content (where $node->child[n]->content needs
to be output after a transform).

S



Previous Comments:
------------------------------------------------------------------------

[2005-06-08 01:36:02] [EMAIL PROTECTED]

Description:
------------
When you write something like
<link linkend="language.types.ressource">Doc on
<type>resource</type>s</link>
It will output directly the Resource title.
So with <link linkend="language.types.integer">Doc on
<type>resource</type>s</link> will output Integer (with the link of
course)

Supposed to output Doc on <type>resource</type>s with the link.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33269&edit=1

Reply via email to