Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringGeneral.js,v diff -u -r1.51.2.52 -r1.51.2.53 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 28 Nov 2016 16:28:16 -0000 1.51.2.52 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 3 Dec 2016 09:08:25 -0000 1.51.2.53 @@ -1920,7 +1920,7 @@ GeneralLib.updateAccess(response.access); if (!ld.validDesign && !isReadOnlyMode) { - $('.modal-body', layout.infoDialog).text(LABELS.SEQUENCE_NOT_VALID); + $('.modal-body', layout.infoDialog).html(LABELS.SEQUENCE_NOT_VALID); layout.infoDialog.modal('show'); setTimeout(function(){