update to avoid placeholder class in t()

This commit is contained in:
Nathan Coad
2016-06-03 13:14:10 +10:00
parent 940329bdd7
commit 207c6212e5

View File

@@ -530,8 +530,8 @@ 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>",
array(':num' => count($defaults)));
$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)));
//return a sequence of commands to run