Update EventFees.tpl
authorDave Greenberg <dave@civicrm.org>
Mon, 2 Mar 2015 23:41:14 +0000 (15:41 -0800)
committerDave Greenberg <dave@civicrm.org>
Mon, 2 Mar 2015 23:41:14 +0000 (15:41 -0800)
Adding missing closing angle bracket in span closure on line 44.

templates/CRM/Event/Form/EventFees.tpl

index c18a0ac5679b7555885a3dd5e7fa43baea2423aa..dc9813af1bed65cba7edf7646d49734be049ebd6 100644 (file)
@@ -41,7 +41,7 @@
                 <tr>
                   <td></td>
                   <td>
-                    <a class="action-item crm-hover-button" href='{crmURL p="civicrm/event/participant/feeselection" q="reset=1&id=`$participantId`&cid=`$contactId`&action=update"}'><span class="icon ui-icon-pencil"></span {ts}Change Selections{/ts}</a>
+                    <a class="action-item crm-hover-button" href='{crmURL p="civicrm/event/participant/feeselection" q="reset=1&id=`$participantId`&cid=`$contactId`&action=update"}'><span class="icon ui-icon-pencil"></span> {ts}Change Selections{/ts}</a>
                   </td>
                 </tr>
             {else}