cleanup trailing whitespace

This commit is contained in:
2016-05-19 08:24:50 +10:00
parent ea0a6bb8fc
commit f027df3f6e
15 changed files with 35 additions and 42 deletions

View File

@@ -240,7 +240,7 @@ function booking_variety_create_session_form($node, &$form_state, $timeslot_id =
$form['tid'] = array (
'#type' => 'hidden',
'#value' => $timeslot_id,
);
);
$form['booking_variety_descrip'] = array (
'#type' => 'textfield',