Skip to content

Commit

Permalink
tag not closed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Mar 25, 2024
1 parent 34055af commit 9193838
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions week_ssi.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@
. date ( 'd', $days[$i] ) . '</th>';

$tmpOut2 .= '
<td style="vertical-align: top; width: 75px; height: 75px; '
. 'background: ' . ( $date == date ( 'Ymd' ) ? $TODAYCELLBG : $CELLBG )
. print_date_entries ( $date, $login, true, true ) . '&nbsp;</td>';
<td style="inline-size: 75px; block-size: 75px; background: ' .
( $date == date ( 'Ymd' ) ? $TODAYCELLBG : $CELLBG ) .
'; vertical-align: top;">' .
print_date_entries ( $date, $login, true, true ) . '&nbsp;</td>';
}

echo '
Expand Down

1 comment on commit 9193838

@bbannon
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also example of css logical properties

Please sign in to comment.