diff --git a/templates/CRM/Elections/Page/PositionResultTypeMessage.tpl b/templates/CRM/Elections/Page/PositionResultTypeMessage.tpl index 6e61879..553a787 100644 --- a/templates/CRM/Elections/Page/PositionResultTypeMessage.tpl +++ b/templates/CRM/Elections/Page/PositionResultTypeMessage.tpl @@ -1,5 +1,5 @@ {if $position.result_status == $resultStatuses.results_majority} - {*

Winner by clear majority.

*} +

Winner by clear majority.

{/if} {if $position.result_status == $resultStatuses.results_no_majority} @@ -15,5 +15,5 @@ {/if} {if $position.result_status == $resultStatuses.results_equal_seats} - {*

The number of candidates remaining equals the number of position holders. These candidates are the winners.

*} +

The number of candidates remaining equals the number of position holders. These candidates are the winners.

{/if}