* templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl: Add
non-breaking spaces where necessary.
{foreach from=$recurRows item=row key=id}
<tr class="{cycle values="odd-row,even-row"}">
<td>
- <label>{$recurRows.$id.amount|crmMoney}</label>
- every {$recurRows.$id.frequency_interval}
- {$recurRows.$id.frequency_unit}
+ <label>{$recurRows.$id.amount|crmMoney}</label>
+ every {$recurRows.$id.frequency_interval}
+ {$recurRows.$id.frequency_unit}
{if $recurRows.$id.installments }
for {$recurRows.$id.installments} installments
{/if}