REverting minor change that's going into hotfix
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 11 Sep 2018 15:36:28 +0000 (11:36 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 11 Sep 2018 15:37:49 +0000 (11:37 -0400)
Change was for adding nl2br to notes field output.

views/admin/registrations/requestDashboard.html

index 69d33e3..bb5d665 100755 (executable)
                             <div class="glm-small-12 glm-column">
         {if $cart.request.notes != ''}
                                 <div style="background-color: white; border: solid black 1px; padding: .2em; margin-top: .2em;">
-                                    {$cart.request.notes|nl2br}
+                                    {$cart.request.notes}
                                 </div>
         {else}
                                 (no notes entered)