diff --git a/booking.test_rooms.inc b/booking.test_rooms.inc index fea9344..baa8d14 100644 --- a/booking.test_rooms.inc +++ b/booking.test_rooms.inc @@ -36,7 +36,7 @@ function booking_rooms_allocate_test_form($node, &$form_state, $location_id) { $options = array(); $counter = 0; - $prefix = "

Enter a person's surname in the text field to autocomplete with the person's details. Make sure you click on the person from the dropdown list that appears in order to allocate a bed.

"; + $prefix = "

Enter a person's surname in the text field to autocomplete with the person's details. Make sure you click on the person from the dropdown list that appears.

"; $form['first_para'] = array ( '#type' => 'markup', '#markup' => $prefix,