summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-10-26 20:31:35 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2015-10-31 10:14:49 +0100
commit81bfb367c84b6a66b93a5ef7577622ec23b1882b (patch)
treeb3757248a1a3c889ee12301161d909559c53625b
parentd52b2f50b9a5b77330c41dd93e0f3177b810c018 (diff)
downloadaurweb-81bfb367c84b6a66b93a5ef7577622ec23b1882b.tar.xz
footer: Close short open tag
Fixes a regression introduced in fd6ba76 (Make copyright notice translatable, 2015-10-17). Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/template/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 7e505a3..f5dc2d0 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -5,7 +5,7 @@
<?php if ($ver): ?>
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
- <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y'))</p>
+ <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y')) ?></p>
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>