Tabs to spaces in certain places

This commit is contained in:
William 2023-03-21 22:01:13 +01:00
parent 418e8ff301
commit 5fb898e38c
2 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ require '../helpers.php';
use WillySoft\Route as App; use WillySoft\Route as App;
App::get('/', function() { App::get('/', function() {
view('home'); view('home');
}); });
http_response_code(404); http_response_code(404);

View File

@ -29,9 +29,8 @@
<ul> <ul>
<li> <li>
<a href="/posts/0">Restoring my dignity</a> (forever draft)<br> <?=date("d.m.Y")?> - <a href="/posts/0">Restoring my dignity</a> (forever draft)<br>
I have fallen and I can't get up<br> I have fallen and I can't get up
<small><b><?=date("d.m.Y")?></b></small>
</li> </li>
</ul> </ul>