the else went missing
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 30 Apr 2023 16:06:27 +0000 (12:06 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sun, 30 Apr 2023 16:06:27 +0000 (12:06 -0400)
xml/templates/message_templates/membership_offline_receipt_html.tpl

index 9f52c719f87cc282302f0646d798e0c0cc0ef776..3ad595fbb8127c7f3e34fd093a525fc63dcc2b04 100644 (file)
@@ -25,6 +25,7 @@
         {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}<p>{$greeting},</p>{/if}
         {if $receipt_text}
           <p>{$receipt_text|htmlize}</p>
+        {else}
           <p>{ts}Thank you for this contribution.{/ts}</p>
         {/if}
       </td>