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> </head>
<body> <body>
<div id="content"> <div id="content">
<?php echo $content ?> <?= $content ?>
</div> </div>
</body> </body>
</html> </html>