mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-20 06:22:10 +01:00
don't encode changeset description
This commit is contained in:
@@ -142,9 +142,9 @@ Sonia.repository.ChangesetViewerGrid = Ext.extend(Ext.grid.GridPanel, {
|
||||
}
|
||||
}
|
||||
var description = record.data.description;
|
||||
if ( description != null ){
|
||||
description = Ext.util.Format.htmlEncode(description);
|
||||
}
|
||||
// if ( description != null ){
|
||||
// description = Ext.util.Format.htmlEncode(description);
|
||||
// }
|
||||
var date = record.data.date;
|
||||
if ( date != null ){
|
||||
date = Ext.util.Format.formatTimestamp(date);
|
||||
|
||||
Reference in New Issue
Block a user