Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6
-
None
Description
When using an ulink element as follows in a docbook document:
<ulink url="http://some/url"/>
The original docbook stylesheets use "http://some/url" as text for the link (something like <a href="http://some/url">http://some/url</a>), but the simplified forrest stylesheets create a link with no text (something like <a href="http://some/url"></a>.
This patch fixes that.
<ulink url="http://some/url"/>
The original docbook stylesheets use "http://some/url" as text for the link (something like <a href="http://some/url">http://some/url</a>), but the simplified forrest stylesheets create a link with no text (something like <a href="http://some/url"></a>.
This patch fixes that.