summaryrefslogtreecommitdiffstats
path: root/web/template/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/footer.php')
-rw-r--r--web/template/footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 1b1b1d2..857211e 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -3,10 +3,10 @@
<div id="footer">
<?php if ($ver): ?>
- <p>AUR <?php echo htmlspecialchars($ver) ?></p>
+ <p>AUR <?= htmlspecialchars($ver) ?></p>
<?php endif; ?>
<p>Copyright &copy; 2004-2012 AUR Development Team.</p>
- <p><?php echo __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
+ <p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>
</body>