From b52e63fe15b5d54b907579e5f72a4ea0a3b85f9c Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 3 Jun 2016 13:21:31 +1000 Subject: [PATCH] remove unnecessary linebreak --- booking.emails_admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index c67f8a8..e514a23 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -530,7 +530,7 @@ function _booking_email_get_default_selection_callback($form, $form_state) { ); $output_html = render($replacementform_data['booking-email-default-ids']); - $feedback_html = t("
Number of people selected: !num
", + $feedback_html = t("
Number of people selected: !num
", array('!num' => count($defaults))); //watchdog('booking_debug', "
Manual Email ajax html\n@info
", array('@info' => print_r( $output_html, true)));