diff options
Diffstat (limited to 'web/template/footer.php')
-rw-r--r-- | web/template/footer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index 1b1b1d2a..857211ee 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 © 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> |