PR: MNG-1040

Submitted by: Johnny R. Ruiz III
Reviewed by:  Brett Porter
project-team goal incorrectly formats developers' <url>

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-06 03:41:14 +00:00
parent 5ce9fd4daa
commit 7879790516
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ public abstract class AbstractMavenReportRenderer
}
else
{
text( text );
text( href );
}
}
}