diff --git a/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js b/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js index 7e5dd0fb8e..c05b1058cd 100644 --- a/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js +++ b/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js @@ -53,7 +53,7 @@ Sonia.repository.ChangesetPanel = Ext.extend(Ext.Panel, { } var config = { - title: String.format(this.title, this.revision), + title: String.format(this.title, Ext.util.Format.id(this.revision)), autoScroll: true, tbar: [{ text: this.commitLabel,