dashboard: Add some non-breaking spaces to template.
authorDavid Thompson <davet@gnu.org>
Tue, 6 Jan 2015 17:59:02 +0000 (12:59 -0500)
committerDavid Thompson <davet@gnu.org>
Tue, 6 Jan 2015 17:59:02 +0000 (12:59 -0500)
* templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl: Add
  non-breaking spaces where necessary.

templates/CRM/Memberdashboard/Page/Element/CiviContribute.tpl

index 14216d0993488500bee6d24af90caaa6b3f4554e..0a06304343aba186a5fcb88d5ad40901b6315c41 100644 (file)
                 {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>&nbsp;
+                      every {$recurRows.$id.frequency_interval}&nbsp;
+                      {$recurRows.$id.frequency_unit}&nbsp;
                       {if $recurRows.$id.installments }
                         for {$recurRows.$id.installments} installments
                       {/if}