remove unnecessary linebreak
This commit is contained in:
@@ -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><br /></div>",
|
||||
$feedback_html = t("<div id=\"booking_email_preselection_suffix_wrapper\">Number of people selected: <b>!num</b></div>",
|
||||
array('!num' => count($defaults)));
|
||||
//watchdog('booking_debug', "<pre>Manual Email ajax html\n@info</pre>", array('@info' => print_r( $output_html, true)));
|
||||
|
||||
|
Reference in New Issue
Block a user