Fix display of HTML encoded NBSP characters - fixes #766
This commit is contained in:
parent
579d71b7eb
commit
b1e56a4dab
@ -54,7 +54,7 @@ Refine.CreateProjectUI = function(elmt) {
|
|||||||
$('#or-create-from').text($.i18n._('core-index-create')["from"]);
|
$('#or-create-from').text($.i18n._('core-index-create')["from"]);
|
||||||
|
|
||||||
$('#create-project-progress-cancel-button').text($.i18n._('core-buttons')["cancel"]);
|
$('#create-project-progress-cancel-button').text($.i18n._('core-buttons')["cancel"]);
|
||||||
$('#create-project-error-ok-button').text($.i18n._('core-buttons')["ok"]);
|
$('#create-project-error-ok-button').html($.i18n._('core-buttons')["ok"]);
|
||||||
|
|
||||||
$.post(
|
$.post(
|
||||||
"command/core/get-importing-configuration",
|
"command/core/get-importing-configuration",
|
||||||
|
Loading…
Reference in New Issue
Block a user