mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 06:52:11 +01:00
merge with branch issue-160
This commit is contained in:
@@ -168,7 +168,7 @@ Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, {
|
||||
renderChangesetMetadata: function(author, p, record){
|
||||
var authorValue = '';
|
||||
if ( author != null ){
|
||||
authorValue = Ext.util.Format.htmlEncode(author.name);
|
||||
authorValue = author.name;
|
||||
if ( author.mail != null ){
|
||||
authorValue += ' ' + String.format(this.mailTemplate, author.mail);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user