Please fix your editor and don't put lines with only empty spaces.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Dec 2017 18:58:12 +0000 (13:58 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Dec 2017 18:58:20 +0000 (13:58 -0500)
Removing lines with only spaces. (trailing spaces)

views/front/registrations/registration.html

index 0348026..e74a996 100644 (file)
@@ -18,7 +18,7 @@
 
 {* Template for the regEvent *}{literal}
 <script type="text/template" id="regEvent-template">
-   
+
     <div class="row">
         <div class="columns small-12  glm-reg-event-profile">
             <h1 id="glm-reg-event-name"><%= event_name %></h1>
@@ -43,8 +43,8 @@
                             {if $regEvent.eventCost}
                                 <div class="small-12 columns glm-reg-event-profile-details glm-reg-cost glm-reg-has-icon"> {$regEvent.eventCost}</div>
                             {/if}
-                        
-           
+
+
                         {if $regEvent.locations.name || $regEvent.locations.address}
                             <div class="small-12 columns glm-reg-event-profile-details glm-reg-location glm-reg-has-icon">
                                 <a href="https://maps.google.com/maps?daddr={$regEvent.locations.name|escape}%40{$regEvent.locations.lat},{$regEvent.locations.lon}" target="_blank">{$regEvent.locations.name}</a>
                 <div class="small-12 columns">
                     <div class="row">
                          <!-- EVENT DESCRIPTION -->
-                        {if $regEvent.eventDescr}                           
+                        {if $regEvent.eventDescr}
                             <div class="small-12 columns glm-reg-event-profile-details">
                                 <h4> Event Description </h4>
                                 {$regEvent.eventDescr}
                             </div>
                         {/if}
-                        {if $regEvent.descr}                            
+                        {if $regEvent.descr}
                             <div class="small-12 columns glm-reg-event-profile-details">
                                 <h4> Registration Details </h4>
                                 {$regEvent.descr}
                             </div>
                         {/if}
-                        {if $regEvent.terms}                          
+                        {if $regEvent.terms}
                             <div class="small-12 columns glm-reg-event-profile-details">
                                 <h4> Terms &amp; Condtions </h4>
                                 {$regEvent.terms}
                             </div>
                         {/if}
-                        
+
                         {literal}
                         <div class="small-12 columns glm-reg-event-profile-details">
                             <% if ( this.getClassCount() == 0 ) { %>