PHP short-open-tags fixed

This commit is contained in:
Frank Agerholm 2018-12-27 16:00:48 +01:00
commit 2679cd9e4a
12 changed files with 21 additions and 21 deletions

View file

@ -9,5 +9,5 @@
<div id="page">
<div id="header">
<a href="/"><img style="border:none" src="logo.png" width="192" height="85" alt="Retwis"></a>
<? include("navbar.php") ?>
<?php include("navbar.php") ?>
</div>