You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by js...@apache.org on 2003/03/07 09:12:05 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/faq plugin.jelly

jstrachan    2003/03/07 00:12:04

  Modified:    src/plugins-build/faq plugin.jelly
  Log:
  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
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/faq/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/faq/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	6 Mar 2003 19:59:48 -0000	1.1
  +++ plugin.jelly	7 Mar 2003 08:12:04 -0000	1.2
  @@ -72,7 +72,7 @@
   					<dl>
   						<dt>
   							<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:element>
   						</dt>