diff --git a/modules/ui/success.js b/modules/ui/success.js index 6e964ab2d..71c14e468 100644 --- a/modules/ui/success.js +++ b/modules/ui/success.js @@ -122,7 +122,9 @@ export function uiSuccess(context) { summaryDetail .append('div') - .text(t('success.changeset_id', { changeset_id: _changeset.id })); + .html(t('success.changeset_id', { + changeset_id: '' + _changeset.id + '' + })); // Gather community polygon IDs intersecting the map..