Author: aheritier
Date: Sat Sep  3 15:09:21 2005
New Revision: 267504

URL: http://svn.apache.org/viewcvs?rev=267504&view=rev
Log:
The question is like a link because the anchor shouldn't enclose the question.

Modified:
    maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl
    maven/maven-1/plugins/trunk/faq/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl?rev=267504&r1=267503&r2=267504&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl (original)
+++ maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl Sat Sep  3 
15:09:21 2005
@@ -75,9 +75,7 @@
     <dt class="question">
       <j:set var="_id"><x:expr select="../@id"/></j:set>
       <j:set var="_id"><doc:escapeNameToken value="${_id}"/></j:set>
-      <a name="${_id}">
-        <jsl:applyTemplates trim="true" />
-      </a>
+      <a name="${_id}"/><jsl:applyTemplates trim="true" />
     </dt>
   </jsl:template>
 

Modified: maven/maven-1/plugins/trunk/faq/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/xdocs/changes.xml?rev=267504&r1=267503&r2=267504&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Sat Sep  3 15:09:21 2005
@@ -22,7 +22,8 @@
     <author email="[EMAIL PROTECTED]">dIon Gillard</author>
   </properties>
   <body>
-    <release version="1.4.1-SNAPSHOT" date="in CVS">
+    <release version="1.4.1-SNAPSHOT" date="in SVN">
+      <action dev="aheritier" type="fix">The question is like a link because 
the anchor shouldn't enclose the question.</action>
       <action dev="aheritier" type="fix" issue="MPFAQ-11" due-to="Lukas 
Theussl">Questions' font is same size or smaller than answers' one. Xdoc plugin 
&lt; 1.9.2 required.</action>
       <action dev="dion" type="update" issue="MPFAQ-14" due-to="florent 
ramiere">Document .fml extension requirement</action>
     </release>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to