mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix several PHP short open tags
Use "<?=" instead of "<?" for printing.
Fixes a regression introduced in a9048bb
(Dedupe translatable strings,
2015-11-25).
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
e724b123ec
commit
5059056567
7 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ $comaintainers = pkgbase_get_comaintainers($base_id);
|
|||
|
||||
if (has_credential(CRED_PKGBASE_DISOWN, $maintainer_uids)): ?>
|
||||
<div class="box">
|
||||
<h2><?= __('Disown Package') ?>: <? htmlspecialchars($pkgbase_name) ?></h2>
|
||||
<h2><?= __('Disown Package') ?>: <?= htmlspecialchars($pkgbase_name) ?></h2>
|
||||
<p>
|
||||
<?= __('Use this form to disown the package base %s%s%s which includes the following packages: ',
|
||||
'<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue