HTML fixes

main
Yasen Pramatarov 2025-01-17 18:29:41 +02:00
parent 81b66db3c6
commit 949ce27f63
2 changed files with 5 additions and 6 deletions

View File

@ -66,8 +66,8 @@ foreach ($platformsAll as $platform) {
} }
include '../app/templates/status-agent.php'; include '../app/templates/status-agent.php';
echo '</div>';
} }
echo '</div>';
echo '</div>';
} }
?> ?>

View File

@ -6,7 +6,6 @@
<?php <?php
$timeNow = new DateTime('now', new DateTimeZone($userTimezone)); $timeNow = new DateTime('now', new DateTimeZone($userTimezone));
?> ?>
<!--span style="vertical-align: top; font-size: 12px;"><?= htmlspecialchars($timeNow->format('d M Y H:i')) ?> <?= htmlspecialchars($userTimezone) ?></span-->
<span style="vertical-align: top; font-size: 12px;"><?= htmlspecialchars($timeNow->format('H:i')) ?>&nbsp;&nbsp;<?= htmlspecialchars($userTimezone) ?></span> <span style="vertical-align: top; font-size: 12px;"><?= htmlspecialchars($timeNow->format('H:i')) ?>&nbsp;&nbsp;<?= htmlspecialchars($userTimezone) ?></span>
</div> </div>