Use short echo tag form

This commit is contained in:
Simon Lieb 2016-12-13 13:20:30 +01:00
parent e7ffd0ce97
commit b1d894346e

View file

@ -63,8 +63,7 @@ if (!empty($_GET['url'])) {
</head>
<body>
<div id="content">
<?php echo $content ?>
<?= $content ?>
</div>
</body>
</html>