From 5b4590f9904364653d9b60bff9bd2bba41210358 Mon Sep 17 00:00:00 2001 From: aheritier Date: Thu, 23 Feb 2006 00:00:22 +0000 Subject: [PATCH] fix a bad copy/paste git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379994 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/templates/maven-reports.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdoc/src/plugin-resources/templates/maven-reports.xml b/xdoc/src/plugin-resources/templates/maven-reports.xml index 196bb58a..1cffefdf 100644 --- a/xdoc/src/plugin-resources/templates/maven-reports.xml +++ b/xdoc/src/plugin-resources/templates/maven-reports.xml @@ -59,7 +59,7 @@ #foreach ($report in $reports) #if ($report.link && $report.link.length() != 0) - #if($report.fileSuffix && $report.linfileSuffixk.length() != 0) + #if($report.fileSuffix && $report.linfileSuffix.length() != 0) #set ($fileSuffix = $report.fileSuffix) #else #set ($fileSuffix = '.html')