Correct 'yesterday' page header

This commit is contained in:
floppydiskette 2024-12-12 00:37:21 +00:00
commit 001b52b222
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
<div class="page-container"> <div class="page-container">
<?php include("../includes/header.inc.php"); ?> <?php include("../includes/header.inc.php"); ?>
<div id="content"> <div id="content">
<h3>Data for today (<span data-cmxdata="yesterday"></span>)</h3> <h3>Data for yesterday (<span data-cmxdata="yesterday"></span>)</h3>
<table class="mx-datatable"> <table class="mx-datatable">
<tr> <tr>
<th colspan="4">Temperature and Humidity</th> <th colspan="4">Temperature and Humidity</th>