fix tpl space
authorColeman Watts <coleman@civicrm.org>
Tue, 4 Nov 2014 02:20:30 +0000 (21:20 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 4 Nov 2014 02:20:30 +0000 (21:20 -0500)
templates/CRM/Custom/Page/Option.tpl

index 68755e4448cf686d155d61720b1390bd0da68530..317f0b5f2c036855e40025e4bb7c9fa670ada668 100644 (file)
@@ -50,7 +50,7 @@
             <th>&nbsp;</th>
           </tr>
           {foreach from=$customOption item=row key=id}
-            <tr id="OptionValue-{$id}"class="crm-entity {cycle values="odd-row,even-row"} {$row.class} crm-custom_option {if NOT $row.is_active} disabled{/if}">
+            <tr id="OptionValue-{$id}" class="crm-entity {cycle values="odd-row,even-row"} {$row.class} crm-custom_option {if NOT $row.is_active} disabled{/if}">
               <td><span class="crm-custom_option-label crm-editable crmf-label">{$row.label}</span></td>
               <td><span class="crm-custom_option-value disabled-crm-editable" data-field="value" data-action="update">{$row.value}</span></td>
               <td class="crm-custom_option-default_value crmf-value">{$row.default_value}</td>