Skip to content

Commit

Permalink
Do not truncate store day
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox authored Jul 25, 2023
1 parent 6a17a18 commit 81522f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cms/stores.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{foreach $store.business_hours as $day}
<tr>
<th>
{$day.day|truncate:4:'.'}
{$day.day}
</th>

<td>
Expand Down

0 comments on commit 81522f2

Please sign in to comment.