From 55c27d18f47b8e02d295931d4cbe39ecd8a94b93 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 1 Jun 2016 09:22:15 -0400 Subject: [PATCH] added line wrapping for optional notification message --- views/front/events/ownerEmail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/front/events/ownerEmail.html b/views/front/events/ownerEmail.html index 62a5b5e..bfbd3d6 100644 --- a/views/front/events/ownerEmail.html +++ b/views/front/events/ownerEmail.html @@ -7,7 +7,9 @@

Event Submission Notification

{if $emailNotification} -

{$emailNotification}

+
+

{$emailNotification}

+
{/if} -- 2.17.1