diff --git a/src/components/selection/ClauseSelectionModal.vue b/src/components/selection/ClauseSelectionModal.vue index f82b88e8..84bd99d0 100644 --- a/src/components/selection/ClauseSelectionModal.vue +++ b/src/components/selection/ClauseSelectionModal.vue @@ -50,11 +50,10 @@ - - {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} - {{ global.emptyLine }} - + + {{ text && text !== 'null' ? text.replace(/<.*?>/ig, ' ') : '' }} + + {{ global.emptyLine }} @@ -64,15 +63,20 @@ {{ $t('cancel') }} {{ $t('submit') }} + + +