1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00

Fix semicolon placement

This commit is contained in:
Chaoyi Zha 2014-11-20 16:16:57 -05:00
parent 3c758ab3e7
commit 23b2af392b

View File

@ -1,5 +1,5 @@
</div>
<?php require_once('config.php');if($hidefooter==true){echo "<!--"}?><p id="footer-pad">&copy; Copyright <?php require_once('version.php');echo $relyear;?> The Polr Project. Proudly powered by <a href="//github.com/cydrobolt/polr">Polr</a></p> <?php require_once('config.php');if($hidefooter==true){echo "-->"}?>
<?php require_once('config.php');if($hidefooter==true){echo "<!--";}?><p id="footer-pad">&copy; Copyright <?php require_once('version.php');echo $relyear;?> The Polr Project. Proudly powered by <a href="//github.com/cydrobolt/polr">Polr</a></p> <?php require_once('config.php');if($hidefooter==true){echo "-->";}?>
</div>
</body>