patch which fixes hypertext links in the generated HTML of the FAQ so that users can click on a question in the index and be taken to the answer

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jstrachan 2003-03-07 08:12:04 +00:00
parent 0d51091171
commit a2cf4a92a9

View File

@ -72,7 +72,7 @@
<dl> <dl>
<dt> <dt>
<x:element name="a"> <x:element name="a">
<x:attribute name="href"><x:expr select="@id"/></x:attribute> <x:attribute name="name"><x:expr select="@id"/></x:attribute>
<x:copyOf select="question/node()"/> <x:copyOf select="question/node()"/>
</x:element> </x:element>
</dt> </dt>