On Wed, 11 Nov 2015 at 11:15:56, Stefan Auditor wrote: > Fixes FS#47034 > > Signed-off-by: Stefan Auditor <[email protected]> > --- > web/template/footer.php | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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.', '©', date('Y'))</p> > + <p><?= __('Copyright %s 2004-%d aurweb > Development Team.', '©', date('Y')) ?></p> > [...]
This is fixed in pu already, see [1]. [1] https://lists.archlinux.org/pipermail/aur-dev/2015-October/003841.html
