mirror of
https://github.com/YGGverse/YGGstate.git
synced 2025-01-27 06:54:34 +00:00
fix w3c validation errors
This commit is contained in:
parent
49a90100cc
commit
4c2405721e
@ -313,10 +313,10 @@ $peers = $memory->getByMethodCallback(
|
|||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<a href="<?php echo WEBSITE_URL ?>/index.php?calendar=peers"><?php echo _('Peers') ?></a> | <?php echo _('Traffic') ?>
|
<a href="<?php echo WEBSITE_URL ?>/index.php?calendar=peers"><?php echo _('Peers') ?></a> | <?php echo _('Traffic') ?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="float-right">
|
<span class="float-right">
|
||||||
<?php echo sprintf(_('%s - %s'), date('Y.m.d', strtotime(sprintf('%s-%s-%s 00:00', date('Y', $requestTime), date('n', $requestTime), 1), $requestTime)),
|
<?php echo sprintf(_('%s - %s'), date('Y.m.d', strtotime(sprintf('%s-%s-%s 00:00', date('Y', $requestTime), date('n', $requestTime), 1), $requestTime)),
|
||||||
date('Y.m.d', strtotime('+1 month', strtotime(sprintf('%s-%s-%s 00:00', date('Y', $requestTime), date('n', $requestTime), 1), $requestTime)))) ?>
|
date('Y.m.d', strtotime('+1 month', strtotime(sprintf('%s-%s-%s 00:00', date('Y', $requestTime), date('n', $requestTime), 1), $requestTime)))) ?>
|
||||||
</div>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="yggverse_graph_calendar__month">
|
<div class="yggverse_graph_calendar__month">
|
||||||
<?php foreach ($calendar->getNodes() as $day => $node) { ?>
|
<?php foreach ($calendar->getNodes() as $day => $node) { ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user