bug fixing and w3c validation

This commit is contained in:
leiweibau
2022-07-28 22:19:49 +02:00
parent f6b6fe36da
commit d6100dfda3
3 changed files with 13 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
<?php
$conf_file = '../config/version.conf';
$conf_data = parse_ini_file($conf_file);
echo 'Pi.Alert&nbsp&nbsp'. $conf_data['VERSION'] .'&nbsp&nbsp<small>('. $conf_data['VERSION_DATE'] .')</small>';
echo 'Pi.Alert&nbsp;&nbsp;'. $conf_data['VERSION'] .'&nbsp;&nbsp;<small>('. $conf_data['VERSION_DATE'] .')</small>';
?>
</div>
</footer>