Tabs to spaces in certain places
This commit is contained in:
parent
418e8ff301
commit
5fb898e38c
@ -7,7 +7,7 @@ require '../helpers.php';
|
||||
use WillySoft\Route as App;
|
||||
|
||||
App::get('/', function() {
|
||||
view('home');
|
||||
view('home');
|
||||
});
|
||||
|
||||
http_response_code(404);
|
||||
|
@ -29,9 +29,8 @@
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/posts/0">Restoring my dignity</a> (forever draft)<br>
|
||||
I have fallen and I can't get up<br>
|
||||
<small><b><?=date("d.m.Y")?></b></small>
|
||||
<?=date("d.m.Y")?> - <a href="/posts/0">Restoring my dignity</a> (forever draft)<br>
|
||||
I have fallen and I can't get up
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user