We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e88614 commit ccea085Copy full SHA for ccea085
public/partials/table.php
@@ -15,7 +15,7 @@
15
<tr<?php $day['is_today'] ? ' class="today"' : '' ?>>
16
<td><?php echo $date->format( 'l' ) ?></td>
17
<td><?php echo $date->format( 'M j' ) ?></td>
18
- <td><?php echo $day['text'] ?></td>
+ <td><?php echo $day['text']['hours'] ?></td>
19
</tr>
20
<?php endfor ?>
21
</tbody>
0 commit comments