You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/23 01:00:23 UTC

svn commit: r379994 - /maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml

Author: aheritier
Date: Wed Feb 22 16:00:22 2006
New Revision: 379994

URL: http://svn.apache.org/viewcvs?rev=379994&view=rev
Log:
fix a bad copy/paste

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml?rev=379994&r1=379993&r2=379994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml Wed Feb 22 16:00:22 2006
@@ -59,7 +59,7 @@
                     #foreach ($report in $reports) 
                         #if ($report.link && $report.link.length() != 0)
                             <tr>
-                                #if($report.fileSuffix && $report.linfileSuffixk.length() != 0)
+                                #if($report.fileSuffix && $report.linfileSuffix.length() != 0)
                                   #set ($fileSuffix = $report.fileSuffix)
                                 #else
                                   #set ($fileSuffix = '.html')