From: Chuck Scott Date: Tue, 11 Sep 2018 15:36:28 +0000 (-0400) Subject: REverting minor change that's going into hotfix X-Git-Tag: v1.0.22^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a490f984befa2facae55d48b533afc2249789942;p=WP-Plugins%2Fglm-member-db-registrations.git REverting minor change that's going into hotfix Change was for adding nl2br to notes field output. --- diff --git a/views/admin/registrations/requestDashboard.html b/views/admin/registrations/requestDashboard.html index 69d33e3..bb5d665 100755 --- a/views/admin/registrations/requestDashboard.html +++ b/views/admin/registrations/requestDashboard.html @@ -132,7 +132,7 @@
{if $cart.request.notes != ''}
- {$cart.request.notes|nl2br} + {$cart.request.notes}
{else} (no notes entered)