Use short echo tag form

This commit is contained in:
pips 2016-12-13 13:20:30 +01:00
parent 2d7658c871
commit f9a246de41

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>