tweak to html formatting

This commit is contained in:
Nathan Coad
2016-06-03 13:15:35 +10:00
parent 207c6212e5
commit 0abdebe3bd

View File

@@ -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("<div id=\"booking_email_preselection_suffix_wrapper\">Number of people selected: <b>!num</b></div>",
$feedback_html = t("<div id=\"booking_email_preselection_suffix_wrapper\">Number of people selected: <b>!num</b><br /></div>",
array('!num' => count($defaults)));
//watchdog('booking_debug', "<pre>Manual Email ajax html\n@info</pre>", array('@info' => print_r( $output_html, true)));