diff --git a/static/js/changelogDialog.js b/static/js/changelogDialog.js index cd5e49d6..5cf54358 100644 --- a/static/js/changelogDialog.js +++ b/static/js/changelogDialog.js @@ -75,7 +75,7 @@ pandora.ui.changelogDialog = function() { }, { format: function(value) { - return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S"); + return Ox.formatDate(value, '%Y-%m-%d %H:%M:%S'); }, id: 'created', operator: '-',