remove whitespace

This commit is contained in:
Andreas Zweili 2017-01-06 13:12:16 +01:00
parent 90018a1b90
commit c9ce57c7b0
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
<?php
echo "
<ul>
echo '<ul>
<li><a href="ticket.php">Ticket</a></li>
<li><a href="board.php">Board</a></li>
<li><a class="active" href="index.php">Home</a></li>
</ul>"
</ul>'
?>