ZF-7757: Text not displaying (correctly) for the bulleted list of 6 basic types of routes
Description
URL: http://framework.zend.com/manual/en/…
SECTION: 12.5.3. Basic Rewrite Router Operation
The 6 basic types of routes that are displayed as a bulleted list are all showing up as 3 question marks ( ??? ). The links work correctly, but the text is not displaying correctly.
Comments
Posted by Eriksen Costa (eriksencosta) on 2009-09-06T12:12:22.000+0000
There are more sections of the manual with this problem. I found some in:
http://framework.zend.com/manual/en/… http://framework.zend.com/manual/en/…
Posted by Jordan Ryan Moore (jordanryanmoore) on 2009-10-30T09:32:06.000+0000
Fixed in trunk and merged into the 1.9 release branch.
Posted by Thomas Weidner (thomas) on 2009-11-01T10:24:54.000+0000
Please note that using "xref" is not allowed. This element is deptecated.
When using "link" you need to add a descriptive text.
-> displays ??? My_Link -> displays My_Link
Posted by Jordan Ryan Moore (jordanryanmoore) on 2009-11-02T07:25:11.000+0000
Sorry about that. A new fix has been committed to trunk and merged into the 1.9 release branch.
Posted by Satoru Yoshida (satoruyoshida) on 2009-11-02T15:28:18.000+0000
I think ref/documentation-standard.xml should be also changed for description of the xref tag.