Skip to content

Commit 40942ad

Browse files
committed
[GT-172] Remove unidentified character from code
1 parent 40e8919 commit 40942ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

htdocs/web_portal/views/downtime/edit_downtime.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,10 @@ class="form-control" id="Select_Sites" name="select_sites" size="10"
225225
$('#startDate').data("DateTimePicker").date("<?php echo date_format($startDate,"d/m/Y"); ?>");
226226
$('#endDate').data("DateTimePicker").date("<?php echo date_format($endDate,"d/m/Y"); ?>");
227227

228-
//Set the start and finish times (don't echo in the full date, just the time values, time widget didn�t like timestamp with date)
228+
/**
229+
* Set the start and finish times(don't echo in the full date,
230+
* just the time values, time widget didn't like timestamp with date)
231+
*/
229232
$('#startTime').data("DateTimePicker").date("<?php echo date_format($startDate,"H:i"); ?>");
230233
$('#endTime').data("DateTimePicker").date("<?php echo date_format($endDate,"H:i"); ?>");
231234

0 commit comments

Comments
 (0)