Skip to content

Commit ae98af7

Browse files
committed
Update actions/functions/colorDateEmpruntFunction.php
1 parent 9564255 commit ae98af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/functions/colorDateEmpruntFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function ColorDateEmprunt($Date) {
1414

1515
switch (true) {
1616
case ($Date > $Now):
17-
echo '<span style="color: black;">' . NoEchoConversionDate($Date) . '</span>';
17+
echo '<span class="text-body">' . NoEchoConversionDate($Date) . '</span>';
1818
break;
1919
case ($Date == $Now):
2020
echo '<span style="color: green;">' . NoEchoConversionDate($Date) . '</span>';

0 commit comments

Comments
 (0)