Fix formatting change which inadvertently broke the feature tests.

This commit is contained in:
Dave Page 2019-06-20 12:43:07 +01:00
parent 6e8ebbd375
commit fb4afce629

View File

@ -125,7 +125,7 @@ export default class QueryHistoryDetails {
this.$errMsgBlock.removeClass('d-none');
this.$errMsgBlock.empty().append(
`<div class='history-error-text'>
<span>Error Message</span>${_.escape(this.parseErrorMessage(this.entry.message))}
<span>Error Message</span> ${_.escape(this.parseErrorMessage(this.entry.message))}
</div>`
);
} else {