Merge branch 'CRM-14696-v2' of https://github.com/JKingsnorth/civicrm-core into CRM...
[civicrm-core.git] / templates / CRM / Event / Page / UserDashboard.tpl
index 7f4205a93d820809c5fa0dcc4f0ac59ccb6d9d82..fae0daae1ed1699ec5edf8984981a466b4cbf27d 100644 (file)
@@ -55,7 +55,7 @@
                        <td class="crm-participant-participant_status">{$row.participant_status}</td>
                        <td class="crm-participant-showConfirmUrl">
                             {if $row.showConfirmUrl}
-                                <a href="{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$row.participant_id`"}">{ts}Confirm Registration{/ts}</a>                            
+                                <a href="{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$row.participant_id`"}">{ts}Confirm Registration{/ts}</a>
                             {/if}
                         </td>
                     </tr>
@@ -66,7 +66,7 @@
         <div class="messages status no-popup">
            <div class="icon inform-icon"></div>&nbsp;
                  {ts}You are not registered for any current or upcoming Events.{/ts}
-               
+
         </div>
     {/if}
 </div>