Use short echo tag form
This commit is contained in:
parent
e7ffd0ce97
commit
b1d894346e
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue