Use valid syntax for self-closing br elements
[civicrm-core.git] / templates / CRM / Contribute / Form / Contribution / Confirm.tpl
index 38cc30f0aea9cd0d6a66fd17757e67c9bafd5d8f..95385beccf6764564fe3908a0d4eada53c260d10 100644 (file)
                 {if $frequency_unit eq 'day'}
                   <p><strong>{ts}I want to contribute this amount every day.{/ts}</strong></p>
                 {elseif $frequency_unit eq 'week'}
-                  <p><strong>{ts}I want to contribute this amount processed every week.{/ts}</strong></p>
+                  <p><strong>{ts}I want to contribute this amount every week.{/ts}</strong></p>
                 {elseif $frequency_unit eq 'month'}
-                  <p><strong>{ts}I want to contribute this amount processed every month.{/ts}</strong></p>
+                  <p><strong>{ts}I want to contribute this amount every month.{/ts}</strong></p>
                 {elseif $frequency_unit eq 'year'}
-                  <p><strong>{ts}I want to contribute this amount processed every year.{/ts}</strong></p>
+                  <p><strong>{ts}I want to contribute this amount every year.{/ts}</strong></p>
                 {/if}
               {/if}
             {/if}
       </div>
       <div class="display-block">
         <div class="label-left crm-section honoree_profile-section">
-          <strong>{$honorName}</strong></br>
+          <strong>{$honorName}</strong><br/>
           {include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields mode=8 prefix='honor'}
         </div>
       </div>