diff --git a/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs b/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs index 433825e60cf..9b0783c6655 100644 --- a/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs +++ b/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs @@ -31,8 +31,8 @@
Lines: {{#joinEach blocks ','}} - - {{from}} – {{sum from size -1}} + + {{this.from}} – {{sum from size -1}} {{/joinEach}}