diff --git a/xdoc/src/plugin-resources/templates/project-info.xml b/xdoc/src/plugin-resources/templates/project-info.xml index b2ae0b77..5746536f 100644 --- a/xdoc/src/plugin-resources/templates/project-info.xml +++ b/xdoc/src/plugin-resources/templates/project-info.xml @@ -45,7 +45,7 @@ --> - #if ($project.repository.url) + #if ($project.repository.url && $project.repository.url != '') Source Repository This is a link to the online source repository that can be @@ -53,7 +53,7 @@ #end - #if ($project.issueTrackingUrl) + #if ($project.issueTrackingUrl && $project.issueTrackingUrl != '') Issue Tracking This is a link to the issue tracking system for this