From 74f058aac0bdf8333b0d4deb9ce969d038090f20 Mon Sep 17 00:00:00 2001 From: Justin Freeman Date: Sun, 15 Sep 2024 12:57:41 +1000 Subject: [PATCH] BK2024 Restore result text for clear majority and equal candidates with positions --- templates/CRM/Elections/Page/PositionResultTypeMessage.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}