diff options
Diffstat (limited to 'sonar-scanner-engine/src/main/resources')
-rw-r--r-- | sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl b/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl index e027da8cb2f..78a82809274 100644 --- a/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl +++ b/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl @@ -293,7 +293,7 @@ <tr class="total"> <th align="left" colspan="2" nowrap> <div class="file_title"> - <img src="issuesreport_files/${resourceReport.getType()}.png" title="Resource icon"/> + <img src="issuesreport_files/${resourceReport.getType()}.png" title="${resourceReport.getKey()}"/> <a href="#" onclick="$('.resource-details-${resourceReport_index?c}').toggleClass('masked'); return false;" style="color: black">${resourceReport.getName()}</a> </div> </th> |