There was an error while loading. Please reload this page.
1 parent 29fcc9f commit 322b181Copy full SHA for 322b181
src/MasterForm.svelte
@@ -278,8 +278,8 @@
278
<!-- end of StepForm -->
279
</form>
280
<div class="multistep-continue-button">
281
- <span on:click={previousStep} id="multistep-prev">{multiStepOptions.prevMessageText}</span>
+ <span on:click={previousStep} id="multistep-prev">{@html multiStepOptions.prevMessageText}</span>
282
|
283
- <span on:click={nextStep} id="multistep-next">{multiStepOptions.nextMessageText}</span>
+ <span on:click={nextStep} id="multistep-next">{@html multiStepOptions.nextMessageText}</span>
284
</div>
285
0 commit comments